What does a feature map (activation map) represent in a CNN layer?
-
A
The raw pixel values of the input image
-
B
The output of applying a learned filter across the input
-
C
The gradient of the loss with respect to weights
-
D
The pooled output after max pooling only