Practice neural network with number recognition.

DricomDragon 5f7d7872f6 Create neural network structure %!s(int64=5) %!d(string=hai) anos
python 5f7d7872f6 Create neural network structure %!s(int64=5) %!d(string=hai) anos
resources 58168e6b0d Create a script to retrieve digit database %!s(int64=5) %!d(string=hai) anos
.gitignore 236aca57a1 Initial commit %!s(int64=5) %!d(string=hai) anos
LICENSE 236aca57a1 Initial commit %!s(int64=5) %!d(string=hai) anos
README.md 6411e2564c Add computing python dependencies %!s(int64=5) %!d(string=hai) anos

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