February 2020
Intermediate to advanced
328 pages
8h 19m
English
CNNs use pooling layers to reduce the size of the representation, to speed up the computation of the network, and to ensure robust feature extraction. The pooling layer is mostly stacked on top of the convolutional layer and this layer heavily downsizes the input dimension to reduce the computation in the network and also reduce overfitting.
There are two most commonly used types of pooling techniques :
Here's an example:

Read now
Unlock full access