mnist / README.md
carlfeynman's picture
readme updated
0d0f26d
|
raw
history blame
192 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