File size: 192 Bytes
68abbc3
59b82e8
9a8da62
4a1419f
 
0d0f26d
 
 
1
2
3
4
5
6
7
8
# 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