Which pooling operation is most commonly used in CNNs and what does it compute?
-
A
Average pooling โ computes the mean of values in the pooling window
-
B
Max pooling โ selects the maximum value in the pooling window
-
C
L2 pooling โ computes the Euclidean norm of values in the window
-
D
Stochastic pooling โ randomly samples a value weighted by activation magnitude