摘要:
import tensorflow as tf from tensorflow.examples.tutorials.mnist import input_data INPUT_NODE = 784 # 输入节点 OUTPUT_NODE = 10 # 输出节点 LAYER1_NODE = 500 # 隐藏层数 ... 阅读全文
posted @ 2019-05-16 14:24
吴裕雄
阅读(348)
评论(0)
推荐(0)
2019年5月16日