Definition

Average Pooling in Convolutional Deep Learning

Average pooling is a deterministic operation that calculates the average value of the elements within a fixed-shape pooling window as it slides across an input tensor. The concept is akin to downsampling an image; rather than simply discarding pixels, average pooling combines information from adjacent pixels to obtain a lower-resolution output with an improved signal-to-noise ratio.

Image 0

0

1

Updated 2026-05-12

Tags

Data Science

D2L

Dive into Deep Learning @ D2L