Skip to content

LeNet-5, a convolution neural network (CNN), for digit recognition was replicated in PyTorch and trained on the MNIST dataset with feature visualisation via a gradient-based method.

License

Notifications You must be signed in to change notification settings

xPrithvi/LeNet-5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeNet-5 on Jupyter Notebook

LeNet-5, a convolution neural network (CNN), for digit recognition was replicated in PyTorch and trained on the MNIST dataset on Jupyter Notebook with feature visualisation via a gradient-based method. The rectified linear unit (ReLU) was used instead of the hyperbolic tangent function mentioned in the orginal paper. An accuracy of over 97% on the test dataset was achieved by model "LeNet-JFW4E".

Future Improvements

  • Hyperparameter tuning via Bayesian optimization.
  • Implementation of the segmenter to allow for the extraction of multiple digits from noisy images.

About

LeNet-5, a convolution neural network (CNN), for digit recognition was replicated in PyTorch and trained on the MNIST dataset with feature visualisation via a gradient-based method.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published