Practice neural network with number recognition.
DricomDragon 0cc0163c6e Add argument for network generation | il y a 4 ans | |
---|---|---|
python | il y a 4 ans | |
resources | il y a 4 ans | |
.gitignore | il y a 4 ans | |
LICENSE | il y a 4 ans | |
README.md | il y a 4 ans |
Practice neural network with number recognition.
Execute the script resources/retrieve_digit_database.bash
.
pip3 install python-mnist scipy numpy
Execute the script python/start_session.py
to start a training session.
Get help, you can execute ./start_session.py --help
.