Practice neural network with number recognition.

DricomDragon 9bc1aa4926 Write the high level structure of source code 5 年之前
python 9bc1aa4926 Write the high level structure of source code 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