[cs231n]Convolutional Neural Networks: Architectures, Convolution / Pooling Layers
Lecture Note
References:
- CNN in Matlab
- DeepLearning.net tutorial walks through an implementation of a ConvNet in Theano
- cuda-convnet2 by Alex Krizhevsky is a ConvNet implementation that supports multiple GPUs
- ConvNetJS CIFAR-10 demo allows you to play with ConvNet architectures and see the results and computations in real time, in the browser.
- Caffe, one of the most popular ConvNet libraries.
- Example Torch 7 ConvNet that achieves 7% error on CIFAR-10 with a single model
- Ben Graham’s Sparse ConvNet package, which Ben Graham used to great success to achieve less than 4% error on CIFAR-10.