dieineb commited on
Commit
d63147b
·
verified ·
1 Parent(s): 72721c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -17,10 +17,9 @@ The model was trained with the [MNIST digits classification dataset](https://ker
17
  - Size: 1,256,080 parameters
18
  - Dataset: [tf.keras.datasets.mnist](https://storage.googleapis.com/tensorflow/tf-keras-datasets/mnist.npz)
19
  - Language: English
20
- - Number of Training Epochs: 10
21
  - Batch size: 32
22
- - Optimizer: Adam
23
- - Learning Rate: 0.001
24
  - Hardware: Tesla T4
25
  - This repository has the source [code used](https://github.com/Nkluge-correa/teeny-tiny_castle/blob/master/ML%20Intro%20Course/19_quick_AI_app.ipynb) to train this model.
26
 
 
17
  - Size: 1,256,080 parameters
18
  - Dataset: [tf.keras.datasets.mnist](https://storage.googleapis.com/tensorflow/tf-keras-datasets/mnist.npz)
19
  - Language: English
20
+ - Number of Epochs: 10
21
  - Batch size: 32
22
+ - Optimizer: Adam (tf.keras.optimizers.Adam(learning_rate=0.001)
 
23
  - Hardware: Tesla T4
24
  - This repository has the source [code used](https://github.com/Nkluge-correa/teeny-tiny_castle/blob/master/ML%20Intro%20Course/19_quick_AI_app.ipynb) to train this model.
25