An open API service indexing awesome lists of open source software.

https://github.com/soumik12345/gradcam

Tensorflow 2.2.0 implementation of GradCam
https://github.com/soumik12345/gradcam

deep-learning explainable-ai gradcam tensorflow tensorflow2

Last synced: about 1 year ago
JSON representation

Tensorflow 2.2.0 implementation of GradCam

Awesome Lists containing this project

README

          

# GradCam

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/soumik12345/GradCam/master)
[![HitCount](http://hits.dwyl.com/soumik12345/GradCam.svg)](http://hits.dwyl.com/soumik12345/GradCam)

Tensorflow 2.2.0 Implementation of **Gradient Class Activation Maps** or **GradCam** as proposed by the paper [Grad-CAM: Visual Explanations from Deep Networks
via Gradient-based Localization](https://arxiv.org/pdf/1610.02391.pdf).

## Results

Cats through the eyes of VGG19 :P

### VGG16

![](./assets/plots/cat_vgg16.png)
![](./assets/plots/dog_vgg16.png)
![](./assets/plots/hare_vgg16.png)
![](./assets/plots/mosque_vgg16.png)
![](./assets/plots/mushroom_vgg16.png)
![](./assets/plots/rifle_vgg16.png)
![](./assets/plots/teapot_vgg16.png)
![](./assets/plots/vulture_vgg16.png)

### VGG19

![](./assets/plots/cat_vgg19.png)
![](./assets/plots/dog_vgg19.png)
![](./assets/plots/hare_vgg19.png)
![](./assets/plots/mosque_vgg19.png)
![](./assets/plots/mushroom_vgg19.png)
![](./assets/plots/rifle_vgg19.png)
![](./assets/plots/teapot_vgg19.png)
![](./assets/plots/vulture_vgg19.png)

### ResNet 50

![](./assets/plots/cat_resnet50.png)
![](./assets/plots/dog_resnet50.png)
![](./assets/plots/hare_resnet50.png)
![](./assets/plots/mosque_resnet50.png)
![](./assets/plots/mushroom_resnet50.png)
![](./assets/plots/rifle_resnet50.png)
![](./assets/plots/teapot_resnet50.png)
![](./assets/plots/vulture_resnet50.png)

### ResNet 101

![](./assets/plots/cat_resnet101.png)
![](./assets/plots/dog_resnet101.png)
![](./assets/plots/hare_resnet101.png)
![](./assets/plots/mosque_resnet101.png)
![](./assets/plots/mushroom_resnet101.png)
![](./assets/plots/rifle_resnet101.png)
![](./assets/plots/teapot_resnet101.png)
![](./assets/plots/vulture_resnet101.png)