Using a 3 layer neural network and the MNIST dataset in Keras. The program can predict
handwritten numbers with 97% + accuracy.
GNU General Public License v3.0
pip install -r requirements.txt
If you get the error
W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found
I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
Install Nvidia Cuda here