In the context of convolutional neural networks (CNNs), what operation is used to reduce the spatial dimensions of the input volume?

  • Batch Normalization
  • Normalization
  • Pooling
  • Weight Initialization
In CNNs, 'pooling' is used to reduce the spatial dimensions of the input volume. Pooling layers downsample the feature maps, which helps in reducing computational complexity while retaining essential information, enabling the network to focus on important features.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *