You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project is a simple implement for LeNet-5 using TensorFlow, training with MNIST
LeNet-5
LeNet-5 is from the paper 《Gradient-Based Learning Applied to Document Recognition》. It contains 7 layers, including 5 convolution layers and 2 fully connection layers. The below figure shows the model structure:
The overall structure is: input layer --> convolutional layer --> pooling layer --> activation function --> convolutional layer --> pooling layer --> activation function --> fully connect layer --> activation function --> fully connect layer --> activation function --> output