Concept

Convolutional Layer

A convolutional layer performs a cross-correlation operation between its input and a kernel, and subsequently adds a scalar bias to the result to generate an output. During model training, the convolutional layer learns two key parameters: the kernel (weights) and the scalar bias. Prior to training, these kernel weights are generally initialized with random values, analogous to the initialization process in fully connected layers.

Image 0

0

2

Updated 2026-05-12

Tags

Data Science

D2L

Dive into Deep Learning @ D2L

Related