Practice neural network with number recognition.

DricomDragon 5f7d7872f6 Create neural network structure 5 년 전
python 5f7d7872f6 Create neural network structure 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