Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 596 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 596 Bytes

FloydHub quick start project

We will train a simple convolutional neural network (CNN) model to recognize handwritten digits using Tensorflow and the MNIST dataset. For more details on the data and the model, please refer to the Tensorflow tutorial.

Run on FloydHub

Credits

The example code used here is derived from aymericdamien/TensorFlow-Examples