Practice neural network with number recognition.

DricomDragon 0cc0163c6e Add argument for network generation 4 år sedan
python 0cc0163c6e Add argument for network generation 4 år sedan
resources 58168e6b0d Create a script to retrieve digit database 4 år sedan
.gitignore 236aca57a1 Initial commit 4 år sedan
LICENSE 236aca57a1 Initial commit 4 år sedan
README.md 232c53655c Show usage 4 år sedan

README.md

NeuralNetwork

Practice neural network with number recognition.

Requirements

Download data samples

Execute the script resources/retrieve_digit_database.bash.

Install python dependencies

pip3 install python-mnist scipy numpy

Usage

Execute the script python/start_session.py to start a training session.

Get help, you can execute ./start_session.py --help.