Skip to content

JorgeVanco/CNN_Explainability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

This repository implements the explainability techniques described in this paper: Deep Inside Convolutional Networks: Visualising Image Classification Models and Saliency Maps.

Usage

This repo trains a ConvNet on the CIFAR10 dataset and then applies the visualization techniques of the paper to understand what the ConvNet does.

Training

To train the model, run:

python -m src.train

Explainability

To perform the explainability techniques, run:

python -m src.explain

Example output of Class Model Visualization: Class Model Visualization

Example output of Saliency Map: Saliency Map

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages