Practice neural network with number recognition.
DricomDragon 0cc0163c6e Add argument for network generation | преди 4 години | |
---|---|---|
python | преди 4 години | |
resources | преди 4 години | |
.gitignore | преди 4 години | |
LICENSE | преди 4 години | |
README.md | преди 4 години |
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
.