Convolution

Home > Computer Science > Computer vision > Convolutional neural networks > Convolution

Convolution is a mathematical operation that is at the heart of CNNs. It involves applying a filter (or kernel) to an input image to produce an output feature map.