Which of the following types of layers is used to downsample feature detection when using a convolutional neural network?
Pooling layers (such as max pooling or average pooling) reduce the spatial dimensions of the feature maps by summarizing local neighborhoods, effectively downsampling the detected features and controlling overfitting.
Currently there are no comments in this discussion, be the first to comment!