Tensor概念:
https://blog.youkuaiyun.com/kansas_lh/article/details/79321234
TensorFlow基础概念:
1.tensorflow基础知识(一) tensorflow的编程思想
https://blog.youkuaiyun.com/promisejia/article/details/80790303
2.tensorflow基础知识(二) Graph计算图的创建和使用
https://blog.youkuaiyun.com/promisejia/article/details/80792134
3.tenorflow基础知识(三) tensor张量、tensor的属性、tensor数据和numpy数据的转化
https://blog.youkuaiyun.com/promisejia/article/details/80806916
4.tensorflow基础知识(四) Sesstion会话
https://blog.youkuaiyun.com/promisejia/article/details/81587343
5.tensroflow基础知识(五) tensor常量生成
https://blog.youkuaiyun.com/promisejia/article/details/81631569
6。tensorflow基础知识(六) tensor变量 tf.Variable与tf.get_variable和tf.variable_scope
https://blog.youkuaiyun.com/promisejia/article/details/81638287
详解 MNIST 数据集
https://blog.youkuaiyun.com/qq_44756223
tf.nn.conv2d详解
https://blog.youkuaiyun.com/qq_28752595/article/details/80084965
tensorflow的reshape操作tf.reshape()
https://blog.youkuaiyun.com/m0_37592397/article/details/78695318
tf.app.flags.DEFINE_string()和tf.app.flags.FLAGS
https://blog.youkuaiyun.com/m0_37041325/article/details/77448971
Tensorflow】 tf.equal(tf.argmax(y, 1),tf.argmax(y_, 1))用法
https://blog.youkuaiyun.com/ZHANGHUIHUIA/article/details/83784943
【Tensorflow】tf.cast 类型转换 函数(该网站还有很多关于神经网络的内容)
https://blog.youkuaiyun.com/zj360202/article/details/70260265
tf.reduce_mean
https://blog.youkuaiyun.com/caomin1hao/article/details/80587198
【TensorFlow】tf.nn.softmax_cross_entropy_with_logits的用法
https://blog.youkuaiyun.com/zj360202/article/details/70260265
Tensorflow学习笔记——Summary用法
https://www.cnblogs.com/lyc-seu/p/8647792.html
Tensorflow的模型保存和读取tf.train.Saver
https://blog.youkuaiyun.com/index20001/article/details/74322198
python中os.path.isdir()和os.path.isfile()的正确用法
https://www.jianshu.com/p/582910d13501
python中的zip()函数详解
https://blog.youkuaiyun.com/wyisfish/article/details/79242387