PyConvNet is a python implementation of convolutional neural network.
To train LeNet on MNIST dataset, just do as follow(you may need some python package such as numpy matplotlib):
- cd code
- python mnist_demo.py
This is a brief CNN tutorial (from Jianxin Wu's homepage):
http://cs.nju.edu.cn/_upload/tpl/00/ed/237/template237/paper/CNN.pdf