摘要: ''' Created on May 24, 2017 @author: p0079482 ''' #使用程序输出日志 import tensorflow as tf with tf.Session() as sess: tf.initialize_all_variables().run() for i in range(TRAINING_STEPS): xs,... 阅读全文
posted @ 2017-05-24 17:08 香港胖仔 阅读(5497) 评论(0) 推荐(0) 编辑
摘要: 1、还是以手写识别为类,至于为什么一直用手写识别这个例子,原因很简单,因为书上只给出了这个类子呀,哈哈哈,好神奇 下面是可视化学习的标准函数 下面是封装mnist_inference和mnist_train的函数 mnist_train 最后train的结果如下所示 可视化学习的过程,将log写在/ 阅读全文
posted @ 2017-05-24 08:04 香港胖仔 阅读(1599) 评论(0) 推荐(0) 编辑