#009 CNN Pooling Layers
Pooling layers Apart from convolutional layers, \(ConvNets \) often use pooling layers to reduce the image size. Hence, this layer speeds up the computation and this also makes some of the features they detect a bit more robust. Let’s go through an example of pooling, and then we’ll talk about why we might want to apply them. There are two types of pooling: \(Max \enspace pooling \) \(Average \enspace pooling \) \(Max \enspace pooling \) Suppose…
Read more