konvoluutioneverkot
Konvoluutioneverkot, often abbreviated as CNNs, are a class of deep learning neural networks primarily used for visual recognition tasks. They are inspired by the biological visual cortex, where individual neurons respond to stimuli only in a restricted region of the visual field known as the receptive field.
The core idea behind CNNs is the use of convolutional layers. These layers apply a set of
Following convolutional layers, pooling layers are often used. Pooling reduces the spatial dimensions (width and height)
After several convolutional and pooling layers, the extracted features are typically flattened into a one-dimensional vector.