Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l1aoxingyu/lenet
https://github.com/l1aoxingyu/lenet
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/l1aoxingyu/lenet
- Owner: L1aoXingyu
- Created: 2017-04-02T10:49:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-21T12:37:56.000Z (almost 7 years ago)
- Last Synced: 2024-10-31T13:45:51.064Z (2 months ago)
- Language: Jupyter Notebook
- Size: 11.7 KB
- Stars: 32
- Watchers: 3
- Forks: 34
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeNet
LeNet is the beginner of the convolutional neural network, and the network structure is like this.![Paste_Image.png](http://upload-images.jianshu.io/upload_images/3623720-8bb283d02285ed8a.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
There are three versions implement of LeNet. In Lenet.ipynb, I use keras with tensorflow as backend to implement it. In lenet_pytorch.ipynb, I use pytorch to implement it. In lenet_mxent.py, I use mxnet gluon package to implement it. It is a little bit like PyTorch.