Translations:Convolutional Neural Networks/1/en: Difference between revisions
(Importing a new version from external source) |
(Importing a new version from external source) Tag: Manual revert |
||
| Line 1: | Line 1: | ||
'''Convolutional neural networks''' ('''CNNs''' or '''ConvNets''') are a class of deep [[Neural Networks|neural networks]] specifically designed to process data with a grid-like topology, such as images (2D grids of pixels), audio spectrograms, and video. They exploit the spatial structure of the input through local connectivity, weight sharing, and | '''Convolutional neural networks''' ('''CNNs''' or '''ConvNets''') are a class of deep [[Neural Networks|neural networks]] specifically designed to process data with a grid-like topology, such as images (2D grids of pixels), audio spectrograms, and video. They exploit the spatial structure of the input through local connectivity, weight sharing, and pooling, making them far more efficient than fully connected networks for visual and spatial tasks. | ||
Revision as of 21:57, 27 April 2026
Convolutional neural networks (CNNs or ConvNets) are a class of deep neural networks specifically designed to process data with a grid-like topology, such as images (2D grids of pixels), audio spectrograms, and video. They exploit the spatial structure of the input through local connectivity, weight sharing, and pooling, making them far more efficient than fully connected networks for visual and spatial tasks.