Skip to content

Explaining ConvNet Predictions Using Class Activation Maps

Notifications You must be signed in to change notification settings

balapriyac/CAM-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Explaining ConvNet Predictions Using Class Activation Maps

I've always been interested in going from black box to interpretable models. As a small step in this direction, I explored class activation maps:

  • Explored the use of class activation maps (CAMs) to explain predictions of ConvNets
  • Learned and analyzed the advantages and limitations of the following approaches: CAM, Gradient-Weighted CAM (GradCAM), and GradCAM++
  • Used PyTorch implementations to see CAMs in action using pretrained ResNet50 model on a subset of representative ImageNet classes

Here are some useful links:

Read the article: How to Explain ConvNet Predictions Using Class Activation Maps

About

Explaining ConvNet Predictions Using Class Activation Maps

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published