README updated
Browse files
README.md
CHANGED
@@ -10,4 +10,9 @@ pinned: false
|
|
10 |
license: openrail
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
10 |
license: openrail
|
11 |
---
|
12 |
|
13 |
+
# MNIST Comparsion
|
14 |
+
|
15 |
+
This repo contains two trainings for MNIST, one with just an MLP (`train.py`) and second with convolution(`train_conv.py`).
|
16 |
+
|
17 |
+
See the live demo here (https://huggingface.co/spaces/gaviego/mnist)
|
18 |
+
|