Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AI and Deep Learning by (55.6k points)

Can anyone explain kernel in CNN?

1 Answer

0 votes
by (119k points)

In Convolutional neural network, the kernel is nothing but a filter that is used to extract the features from the images. The kernel is a matrix that moves over the input data, performs the dot product with the sub-region of input data, and gets the output as the matrix of dot products. Kernel moves on the input data by the stride value. If the stride value is 2, then kernel moves by 2 columns of pixels in the input matrix. In short, the kernel is used to extract high-level features like edges from the image.

If you are interested in Convolutional Neural Network, you can take up this Artificial Intelligence course by Intellipaat.

You can watch this video on How CNN works to understand more about kernel:

Browse Categories

...