Input Image
Convolution Process
Click "Start Convolution" to begin
See how CNNs extract features from images using filters!
Convolution is the core operation in Convolutional Neural Networks (CNNs). A small filter (kernel) slides across an image, performing element-wise multiplication and summation to create a feature map that highlights specific patterns.
Key concepts:
Click "Start Convolution" to begin