神经网络与机器学习,tensorflow,part5(简单卷积网络实现mnist手写数字识别__准确率达0.99
#载入MNIST数据集,创建默认的InteractiveSession。fromtensorflow.examples.tutorials.mnistimportinput_dataimporttensorflowastfmnist=input_data.read_data_sets("MNIST_data/",one_hot=True)sess=tf.InteractiveSession()#定