摘要:
import tensorflow as tf from tensorflow.examples.tutorials.mnist import input_data mnist = input_data.read_data_sets("E:\\MNIST_data\\", one_hot=True) #构建回归模型,输入原始真实值(group truth),采用sotfmax函数拟合,并定义... 阅读全文
posted @ 2019-05-07 21:01
吴裕雄
阅读(706)
评论(0)
推荐(0)
2019年5月7日