摘要: 1 ''' 2 tensorflow 教程 3 mnist样例 4 ''' 5 import tensorflow as tf 6 from tensorflow.examples.tutorials.mnist import input_data 7 8 #参数设置 9 INPUT_NODE=784 10 OUTPUT_NODE=10 11 LAYER1_NODE=500... 阅读全文
posted @ 2018-09-06 10:29 Super_JJboom 阅读(410) 评论(0) 推荐(0) 编辑