- Reinforcement Learning with TensorFlow
- Sayon Dutta
- 109字
- 2021-08-27 18:51:55
The LeNet-5 convolutional neural network

Architecture of LeNet-5, from Gradient-based Learning Applied to Document Recognition by LeCunn et al.(http://yann.lecun.com/exdb/publis/pdf/lecun-98.pdf)
LeNet-5 is a seven-level convolutional neural network, published by the team comprising of Yann LeCunn, Yoshua Bengio, Leon Bottou and Patrick Haffner in 1998 to classify digits, which was used by banks to recognize handwritten numbers on checks. The layers are ordered as:
- Input image | Convolutional Layer 1(ReLU) | Pooling 1 |Convolutional Layer 2(ReLU) |Pooling 2 |Fully Connected (ReLU) 1 | Fully Connected 2 | Output
- LeNet-5 had remarkable results, but the ability to process higher-resolution images required more convolutional layers, such as in AlexNet, VGG-Net, and Inception models.
推薦閱讀
- 計算機圖形學
- Getting Started with Clickteam Fusion
- 程序設計語言與編譯
- 數據產品經理:解決方案與案例分析
- 數據通信與計算機網絡
- 嵌入式操作系統
- 內??刂萍捌鋺?/a>
- Working with Linux:Quick Hacks for the Command Line
- 統計挖掘與機器學習:大數據預測建模和分析技術(原書第3版)
- Spark大數據商業實戰三部曲:內核解密|商業案例|性能調優
- Creating ELearning Games with Unity
- Redash v5 Quick Start Guide
- Hands-On DevOps
- PyTorch深度學習
- Generative Adversarial Networks Projects