TensorFlow基础笔记(3) cifar10 分类学习
CIFAR-10 is a common benchmark in machine learning for image recognition.
http://www.cs.toronto.edu/~kriz/cifar.html
Code in this directory demonstrates how to use TensorFlow to train and evaluate a convolutional neural network (CNN) on both CPU and GPU. We also demonstrate how to train a CNN over multiple GPUs.
Detailed instructions on how to get started available at:
http://tensorflow.org/tutorials/deep_cnn/
#解析代码
http://blog.csdn.net/xierhacker/article/details/53860379
https://www.2cto.com/kf/201611/561584.html
http://blog.csdn.net/zeuseign/article/details/72773342