Skip to content

Commit

Permalink
[Dev] readme: improve the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
trixky committed Jul 7, 2024
1 parent e343660 commit 5445755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ npm run dev #localhost:5173
## Model caracteristics

- dataset: MNIST (10 000 samples)
- input layer: 784 neurons (28x28 pixels)
- input layer: 784 (28x28 pixels)
- hidden layers (2): 32 neurons (ReLU activation) + 16 neurons (ReLU activation)
- output layer: 10 neurons (Softmax activation)
- output layer: 10 (Softmax activation)
- optimizer: Adam
- loss: categoricalCrossentropy
- metrics: accuracy
Expand Down

0 comments on commit 5445755

Please sign in to comment.