TensorFlow Use TensorFlow to create neural network use jupyter to open ipynb non-line_regression: #梯度下降 train_step=tf.train.GradientDescentOptimizer(0.1).minimize(loss) CNN-MNIST.ipynb: 用了CNN后,第一轮train的数字识别准确率就达到95%。 Final Result of Handwritten digit recognition: 用图形化显示 “手写数字”分类的结果