A growing collection of ML models built to learn core machine-learning fundamentals and industry-ready workflows.
This repository serves as my Machine Learning learning hub, where I build and store complete, end-to-end ML projects.
Each project lives inside the ML-Models/ directory and includes:
- Clear problem definition
- Full preprocessing pipeline
- Model building (MLP, CNN, etc.)
- Training + evaluation
- Confusion matrix & error analysis
- Final results
- A clean, professional README
Machine-Learning-Portfolio/
β
βββ ML-Models/
β βββ MNIST-Digit-Classifier-MLP-CNN/
β β βββ mnist-digit-classifier-model.ipynb
β β βββ README.md
β β βββ thumbnail.png (optional)
β β
β βββ (Future modelsβ¦)
β
βββ LICENSE
βββ README.md
A full machine-learning project built on Kaggle using:
- Baseline MLP
- Deep CNN
- 99.3% accuracy
- Confusion matrices
- Error visualizations
π Folder: /ML-Models/MNIST-Digit-Classifier-MLP-CNN/
π Includes Kaggle notebook + detailed README.
- CIFAR-10 Image Classifier (CNN + augmentations)
- Sentiment Analysis with RNN/BERT
- Spam Detection (NLP)
- Tabular ML models (RandomForest, XGBoost)
- FashionMNIST CNN
- Regression models (housing price prediction)
This project is licensed under the MIT License, which allows personal and commercial use.
If you like this portfolio, consider starring the repo β it helps a lot!