A Gentle Introduction to Pooling Layers for Convolutional Neural Networks - MachineLearningMastery.com

Convolutional layers in a convolutional neural network summarize the presence of features in an input image. A problem with the output feature maps is that they are sensitive to the location of the...

By · · 1 min read
A Gentle Introduction to Pooling Layers for Convolutional Neural Networks - MachineLearningMastery.com

Source: MachineLearningMastery.com

Convolutional layers in a convolutional neural network summarize the presence of features in an input image. A problem with the output feature maps is that they are sensitive to the location of the features in the input. One approach to address this sensitivity is to down sample the feature maps. This has the effect of […]