What is: Max Pooling?
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually used after a convolutional layer. It adds a small amount of translation invariance - meaning translating the image by a small amount does not significantly affect the values of most pooled outputs.
Image Source: here