Skip to content

Files

Latest commit

0d34459 · Feb 20, 2017

History

History
This branch is 75 commits behind nfmcclure/tensorflow_cookbook:master.

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 20, 2017
Feb 5, 2017

CIFAR-10 CNN

Here we will build an convolutional neural network to predict the CIFAR-10 data.

The script provided will download and unzip the CIFAR-10 data. Then it will start training a CNN from scratch. You should see similar output at the end to the following two graphs.

Loss and Accuracy

Here we see the training loss (left) and the test batch accuracy (right).