# 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` ## Usage Execute the script `python/start_session.py` to start a training session. Get help, you can execute `./start_session.py --help`.