Skip to content
/ LeNet Public
forked from ganyc717/LeNet

Implement the LeNet using tensorflow to recognize handwritten number. Training with MNIST.

License

Notifications You must be signed in to change notification settings

YouzhiQu/LeNet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeNet

Implement the LeNet using tensorflow to recognize handwritten number. Training with MNIST. Some modifications here

  1. Training with MNIST set with image size 28 * 28. To match the size of LeNet, the first convolution layer applied padding.
  2. Using Relu instead of Sigmod as activation function.
  3. Applied dropout in the FC layer.

This net can get 99.1% correct rate on MNIST test set.

09/2020 update train.py, you can plot training accuracy and test accuracy.

About

Implement the LeNet using tensorflow to recognize handwritten number. Training with MNIST.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%