1

I have read the answer of the question

What is the definition of a “feature map” (aka “activation map”) in a convolutional neural network?

But I don't think that it is same as what I want. I also try to search it on google but I was not able to find that exact thing anywhere.

I have come across this word in this paper: Grad-CAM:Visual Explanations from Deep Networks via Gradient-based Localization It is used after CNN in forward propogation. Image of network where it is used

gung - Reinstate Monica
  • 132,789
  • 81
  • 357
  • 650
Madman
  • 11
  • 1

1 Answers1

1

I'm pretty sure it just means a feature map produced by relu (rectified linear) units.

shimao
  • 22,706
  • 2
  • 42
  • 81