Learn how to create a convolutional neural network to recognize images of numbers using Keras.
Download the files and run paintApp.py to test the model. If you want to redo the training process you can just delete the mnist_model.h5 and then run either paintApp.py or keras_cnn.py
You need to have Python install.
As well as either Tensorflow or Theano as a backend for Keras.
Gilbert Tanner