This project implements a complete image-classification pipeline on the MNIST dataset, starting with binary classification and then extending to multi-class classification.
Build a binary image-classification pipeline for two selected MNIST classes using at least three machine learning algorithms.
Extend the system to all 10 MNIST classes and improve performance using advanced techniques such as feature engineering, hyperparameter tuning, regularization, ensemble methods, and model analysis.
The project uses the MNIST handwritten digits dataset.