January 2019
Intermediate to advanced
378 pages
8h 27m
English
We've discussed the importance of reducing our dimensional space and how we use convolutional layers to achieve this. We use max pooling layers for the same reason—to further reduce dimensionality. Quite intuitively, as the name suggests, with max pooling, we slide a window over our feature map and take the max value for the window. Let's return to the feature map from our diagonal-line example to illustrate, this as follows:

Let's see what happens when we max pool the preceding feature map using a 2 x 2 window. Again, all we're doing here is returning max(values in window):
Read now
Unlock full access