-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can we create activation maps #94
Comments
Yes. I'll probably work on this along the next year. |
@mikerabat , |
Thanks for the hint. I actually managed to create something like this a while ago though I'm not sure if I did that correctly. Here is what I did (please note that this is just the routine that creates the activation map...):
The other idea I had was to send "Dirac" Pulses into the the network and see how that influenced/activated the output. |
@mikerabat , AH! I've just realized that you are looking for Class Activation Map (CAM): https://towardsdatascience.com/class-activation-mapping-using-transfer-learning-of-resnet50-e8ca7cfd657e Regarding "Pulses into the the network and see how that influenced/activated the output. Note: when I use global avg pooling, I usually also use a higher learning rate. |
I managed to create a small project that does a gradient ascent and shows some images but
for learning purposes it would be great to see the activation like in
kEffNetV1?
The activation would be calculation on a 1D ecg strip.
The text was updated successfully, but these errors were encountered: