Convolutional Layer

What is Convolutional Layer?

The core building block of a CNN that applies a set of learnable filters to the input. It preserves spatial relationships between pixels.

Where did the term "Convolutional Layer" come from?

Replaces manual feature engineering.

How is "Convolutional Layer" used today?

Used in all vision tasks.

Related Terms