Practice neural network with number recognition.

DricomDragon 95f45be5db Add argument parser for learning rate and epochs пре 5 година
python 95f45be5db Add argument parser for learning rate and epochs пре 5 година
resources 58168e6b0d Create a script to retrieve digit database пре 5 година
.gitignore 236aca57a1 Initial commit пре 5 година
LICENSE 236aca57a1 Initial commit пре 5 година
README.md 6411e2564c Add computing python dependencies пре 5 година

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