konvolúciónarnet
konvolúciónarnet, commonly known as convolutional neural networks (CNNs), are a class of deep neural networks designed to process grid-like data such as images. They apply learnable filters to local regions, producing feature maps that capture spatial structure and hierarchy in the input.
Core components are convolutional layers, nonlinear activations (for example ReLU), and pooling layers. Convolutional layers apply
In typical CNN architectures, final layers aggregate features via fully connected nodes or global pooling for
History and impact: The concept traces to early work by Yann LeCun on LeNet for digit recognition
Variants and applications: 1D CNNs suit sequence data like audio and time series, while 3D CNNs handle