Practice neural network with number recognition.
DricomDragon 0cc0163c6e Add argument for network generation | hace 4 años | |
---|---|---|
python | hace 4 años | |
resources | hace 4 años | |
.gitignore | hace 4 años | |
LICENSE | hace 4 años | |
README.md | hace 4 años |
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
.