# 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