Skip to content

floydhub/quick-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FloydHub quick start project

WebsiteDocsForumTwitterWe're HiringWrite for FloydHub ✏️

This is the example model training project used in FloydHub's quick start guide.

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.

Credits

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