Learn Before
Concept
Modernized LeNet Architecture
The classic LeNet-5 neural network can be modernized to improve performance and reflect contemporary deep learning practices. This modernization primarily involves two architectural updates: replacing the original sigmoid activation functions with Rectified Linear Unit (ReLU) activations, and substituting average pooling operations with max pooling. When applied to classification tasks like Fashion-MNIST, this slightly modernized LeNet provides an efficient, nontrivial baseline model for evaluating training dynamics and optimization algorithms.
0
1
Updated 2026-05-18
Tags
D2L
Dive into Deep Learning @ D2L