Spaces:
Runtime error
Runtime error
carlfeynman
commited on
Commit
•
fe73ea3
1
Parent(s):
0d0f26d
readme updated
Browse files
README.md
CHANGED
@@ -5,4 +5,7 @@ MNIST classifier from scratch
|
|
5 |
* CNN Model Accuracy: 98%
|
6 |
|
7 |
* Training Notebook: mnist_classifier.ipynb
|
8 |
-
* Cleaned Python Version: mnist_classifier.py
|
|
|
|
|
|
|
|
5 |
* CNN Model Accuracy: 98%
|
6 |
|
7 |
* Training Notebook: mnist_classifier.ipynb
|
8 |
+
* Cleaned Python Version: mnist_classifier.py
|
9 |
+
|
10 |
+
* MLP Trained Model: mlp_classifier.pkl
|
11 |
+
* CNN Trained Model: cnn_classifier.pkl
|