Skip to content

Class Activation Maps #116

@smaranjitghose

Description

@smaranjitghose

Create class activation maps to explain the black-box nature of convolutional neural networks. Remember, that this is primarily aimed at customed trained models rather than pre-trained models so that we can input a h5 or saved_model and an image and analyze.

Tasks ( Implement the following):

  • GradCAM
  • SmoothGrad
  • GradCAM++
  • ScoreCAM

Suggestions:

  • Please cite all references
  • The code should be properly documented for each and every section
  • Modularize into functions as much as possible
  • Use meaningful docstrings
  • Build it as a module cam

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions