摘要: 1 import tensorflow as tf 2 import numpy as np 3 4 # tensorflow自带了MNIST数据集 5 from tensorflow.examples.tutorials.mnist import input_data 6 7 # 下载mnist数 阅读全文