Difference between revisions of "(Deep) Convolutional Neural Network (DCNN/CNN)"
m (BPeat moved page Convolutional Neural Network (CNN) to (Deep) Convolutional Neural Network (DCNN/CNN) without leaving a redirect) |
|
(No difference)
| |
Revision as of 20:50, 11 May 2018
- Neural Network Zoo | Fjodor Van Veen
- Guide
- CNN1. What is Computer Vision? | deeplearning.ai
- Convolutional Neural Networks for Visual Recognition | Stanford
Classify images (e.g. name what they see), cluster them by similarity (photo search), and perform object recognition within scenes. They are algorithms that can identify faces, individuals, street signs, tumors, platypuses and many other aspects of visual data. Convolutional networks perform optical character recognition (OCR) to digitize text and make natural-language processing possible on analog and hand-written documents, where the images are symbols to be transcribed. CNNs can also be applied to sound when it is represented visually as a spectrogram. More recently, convolutional networks have been applied directly to text analytics as well as graph data with graph convolutional networks.
CNN Architectures