ffcm commited on
Commit
5cb04c9
1 Parent(s): de6bc20

changed readme

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: Simple MNIST Classifier
3
- emoji: 🏃
4
  colorFrom: indigo
5
  colorTo: pink
6
  sdk: gradio
@@ -11,7 +11,7 @@ license: mit
11
  ---
12
 
13
  The model used is a Neural Network made with Python and Numpy only.
14
- Architecture is 784 input units, two hidden layers of 72 and 24 units and a 10 unit output.
15
  Training was done on the MNIST training dataset of 60000 images.
16
 
17
  Video (Portuguese-Brazil): https://www.youtube.com/watch?v=NhG8NsHW6fI
 
1
  ---
2
  title: Simple MNIST Classifier
3
+ emoji: 🔢
4
  colorFrom: indigo
5
  colorTo: pink
6
  sdk: gradio
 
11
  ---
12
 
13
  The model used is a Neural Network made with Python and Numpy only.
14
+ Architecture is 784 input units, two hidden layers of 72 and 48 units and a 10 unit output.
15
  Training was done on the MNIST training dataset of 60000 images.
16
 
17
  Video (Portuguese-Brazil): https://www.youtube.com/watch?v=NhG8NsHW6fI