Skip to content

jayshawngao/MNIST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MNIST  

主程序为/MNIST/src/mnist/mnist2.py
使用TensorFlow,搭建了5层卷积神经网络,包含了2个卷积,2个池化,1个全连接
第一层卷积使用了32个5×5的卷积核,第二层使用了64个5×5的卷积核,全连接层有1024个神经单元,训练了20000次
TensorBoard中记录了accuracy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages