Concept

Pooling Layer in Convolutional Deep Learning

Pooling operators use a fixed-shape window that slides over all regions of the input tensor based on a specified stride. For each location traversed, this pooling window computes a single output. Unlike convolutional layers that compute cross-correlations using learnable parameters (kernels), the pooling layer contains no parameters. Instead, pooling operations are deterministic, typically calculating the maximum or average value within the pooling window.

Image 0

0

2

Updated 2026-05-12

Tags

Data Science

D2L

Dive into Deep Learning @ D2L