# MNIST CLASSIFIER
MNIST classifier from scratch

* MLP Model Accuracy: 96%
* CNN Model Accuracy: 98%

* Training Notebook: mnist_classifier.ipynb
* Cleaned Python Version: mnist_classifier.py

* MLP Trained Model: mlp_classifier.pkl
* CNN Trained Model: cnn_classifier.pkl