https://github.com/l1aoxingyu/lenet
https://github.com/l1aoxingyu/lenet
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/l1aoxingyu/lenet
- Owner: L1aoXingyu
- Created: 2017-04-02T10:49:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-21T12:37:56.000Z (over 7 years ago)
- Last Synced: 2025-03-26T10:05:14.091Z (3 months ago)
- Language: Jupyter Notebook
- Size: 11.7 KB
- Stars: 32
- Watchers: 2
- 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.
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.