Practice neural network with number recognition.

DricomDragon 95f45be5db Add argument parser for learning rate and epochs 5 years ago
python 95f45be5db Add argument parser for learning rate and epochs 5 years ago
resources 58168e6b0d Create a script to retrieve digit database 5 years ago
.gitignore 236aca57a1 Initial commit 5 years ago
LICENSE 236aca57a1 Initial commit 5 years ago
README.md 6411e2564c Add computing python dependencies 5 years ago

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