- 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.
- Learning AngularJS Animations
- 電腦維護與故障排除傻瓜書(Windows 10適用)
- The Applied AI and Natural Language Processing Workshop
- Artificial Intelligence Business:How you can profit from AI
- Svelte 3 Up and Running
- The Deep Learning with Keras Workshop
- 微服務分布式架構基礎與實戰:基于Spring Boot + Spring Cloud
- STM32嵌入式技術應用開發全案例實踐
- Building 3D Models with modo 701
- Hands-On Motion Graphics with Adobe After Effects CC
- 詳解FPGA:人工智能時代的驅動引擎
- Hands-On One-shot Learning with Python
- Hands-On Markov Models with Python
- 超炫的35個Arduino制作項目
- 新編計算機組裝與維護