Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ python get_training_data.py
neural_network.py implemented NeuralNetwork class and related functionality.
Run example:
```
python neural_network.py train-images/ 30 0.1 300 10 60
python3 neural_network.py train-images/ 30 0.1 300 10 60
```
Inputs:
- [data folder] folder with training data (in .gz format)
- [epochs] stop criterion by the number of eras
 - [learn rate]
 - [hidden size] the number of neurons in the hidden layer
- [output size] the number of neurons in the output layer
- [batch_size]
- [batch_size]