A personal workspace for building and experimenting with Data Science, Machine Learning, and Deep Learning projects. From foundational library explorations to neural network implementations — each project is a step towards mastery.
projects/
│
├── 📊 Libary projects/ # Core library & data science work
│ ├── pandas/ # DataFrames & analytics
│ └── numpy/ # Numerical computing
│
├── 🤖 ML Models/ # Machine Learning projects
│
├── 🧠 DL Models/ # Deep Learning experiments
│
└── 🎨 Others/ # Creative & miscellaneous
End-to-end business intelligence pipeline
- Customer lifetime value & segmentation analysis
- Multi-dimensional revenue analytics
- Pivot tables for cross-tabulation insights
- Data export in multiple formats (CSV, Excel, JSON)
pandas numpy
Understanding ML preprocessing from first principles
- Statistical analysis & outlier detection (IQR method)
- Normalization: Z-score & MinMax scaling
- Manual PCA implementation for dimensionality reduction
- Correlation matrix computation
numpy matplotlib
Projects coming soon...
Projects coming soon...
| Project | Description |
|---|---|
| Dream List | Interactive CLI journal with JSON persistence |
| Mentorly | A humorous brain-sync simulation |
- Classical ML algorithms (Regression, Classification, Clustering)
- Neural network implementations with PyTorch
- Computer Vision projects
- NLP experiments
- Game development with Python
Learning by building — one project at a time