Skip to content

jatinAgarwala/LeNet

 
 

Repository files navigation

LeNet

Pytorch implementation of techniques described in Y. Lecun, L. Bottou, Y. Bengio and P. Haffner, "Gradient-based learning applied to document recognition," in Proceedings of the IEEE, vol. 86, no. 11, pp. 2278-2324, Nov. 1998, doi: 10.1109/5.726791.

We implement all the classifiers mentioned in the paper and compare their performance to LeNet-5

For an interactive interface, where you can upload your own image and see how different models classifies it, run the following command

streamlit run LeNet5/interface.py [ARGUMENTS]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%