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