Concept

Types of Padding in Convolutional DNN

There are generally two types of padding configurations used in convolutional neural networks: 'valid' convolution, which means no padding is applied, and 'same' convolution, which applies padding such that the output size matches the input size.

0

1

Updated 2026-05-12

Tags

Data Science

D2L

Dive into Deep Learning @ D2L

Learn After