Practice neural network with number recognition.

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

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