What is the advantage of pooling layer in convolutional neural networks?

Statistical Average of the Output of the convolution layer, which is easy to compute on the further steps. This reduces the spatial size of the representation to reduce the number of parameters and computation in the network. Pooling layer operates on each feature map independently.

0
Tribhuvan Raut
Jul 15, 2022
More related questions

Questions Bank

View all Questions