Skip to content

YanZiQinKevin/DeepLeaning

Repository files navigation

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%。

screenshoot

Final Result of Handwritten digit recognition: enter image description here

用图形化显示 “手写数字”分类的结果 enter image description here

About

Use TensorFlow to create neural network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors