mnist / README.md
carlfeynman's picture
readme updated
fe73ea3
|
raw
history blame
273 Bytes
# 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