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):
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
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):
Suggestions:
cam