Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Convolutional Neural Networks

Learn how to create a convolutional neural network to recognize images of numbers using Keras.

Getting Started

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

Prerequisites

You need to have Python install.
As well as either Tensorflow or Theano as a backend for Keras.

Authors

Gilbert Tanner