Convolutional Neural Networks

LeNet

LeNet is a classic convolutional neural network employing the use of convolutions, pooling and fully connected layers. It was used for the handwritten digit recognition task with the MNIST dataset. The architectural design served as inspiration for future networks such as AlexNet and VGG..

code

Papers


Paper Code Results Date Stars

Categories