Skip to content

MhussainD4772/Machine-Learning-Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🧠 Machine Learning Portfolio

Release

A growing collection of ML models built to learn core machine-learning fundamentals and industry-ready workflows.


πŸ“Œ Overview

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

πŸ“ Repository Structure

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

πŸš€ Completed Models

1. MNIST Digit Classifier (MLP β†’ CNN)

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.


πŸ“Œ Future Models Planned

  • 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)

πŸ“œ License

This project is licensed under the MIT License, which allows personal and commercial use.


⭐ Support

If you like this portfolio, consider starring the repo β€” it helps a lot!

About

This repo will store all my ML models and showcase my ML journey

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors