Spaces:
Runtime error
Runtime error
carlfeynman
commited on
Commit
•
65e90dc
1
Parent(s):
c32023c
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# MNIST CLASSIFIER
|
2 |
MNIST classifier from scratch
|
3 |
* Model: CNN
|
4 |
* Accuracy: 98%
|
@@ -6,4 +6,4 @@ MNIST classifier from scratch
|
|
6 |
* Training Notebook: mnist_classifier.ipynb
|
7 |
* Cleaned Python Inference Version: mnist_classifier.py
|
8 |
|
9 |
-
* Model: classifier.pkl
|
|
|
1 |
+
# <img src="/static/favicon.png" alt="Logo" style="float: left; margin-right: 10px; border-radius:100%;margin-top:5px" /> MNIST CLASSIFIER
|
2 |
MNIST classifier from scratch
|
3 |
* Model: CNN
|
4 |
* Accuracy: 98%
|
|
|
6 |
* Training Notebook: mnist_classifier.ipynb
|
7 |
* Cleaned Python Inference Version: mnist_classifier.py
|
8 |
|
9 |
+
* Model: classifier.pkl
|