- Machine Learning Projects for Mobile Applications
- Karthikeyan NG
- 198字
- 2021-06-10 19:41:42
Convolutional Neural Networks
One of the earliest applications of neural networks was demonstrated with Optical Character Recognition (OCR), but they were limited by time, computational resources, and other challenges faced when training bigger networks.
CNN is a part of feedforward neural networks, which are influenced by biological processes. This works in the same way that neurons work in the brain, as well as the connectivity patterns between them. These neurons will respond to stimuli that are only in a specific region in the visual field, known as the receptive field. When multiple neurons overlap each other, they will cover the whole visual field. The following diagram shows the CNN architecture:
CNN has an input layer and one output layer, as well as multiple hidden layers. These hidden layers consist of pooling layers, convolutional layers, normalization layers, and fully connected layers. Convolutional layers apply a convolution operation and pass the result to the next layer. This resembles how a neuron responds to its visual stimuli. Each neuron will reply to its receptive field only. Deep CNNs are used in various applications, including facial key-point detection, action classification, speech recognition, and so on.
- 龍芯應用開發標準教程
- 電腦軟硬件維修大全(實例精華版)
- Effective STL中文版:50條有效使用STL的經驗(雙色)
- 硬件產品經理成長手記(全彩)
- 3ds Max Speed Modeling for 3D Artists
- 微服務分布式架構基礎與實戰:基于Spring Boot + Spring Cloud
- 計算機組裝與維修技術
- 基于Apache Kylin構建大數據分析平臺
- 單片機系統設計與開發教程
- “硬”核:硬件產品成功密碼
- Blender Game Engine:Beginner's Guide
- IP網絡視頻傳輸:技術、標準和應用
- Instant Website Touch Integration
- UML精粹:標準對象建模語言簡明指南(第3版)
- 筆記本電腦的結構、原理與維修