Skip to content

do-community/visualizing-neural-networks

 
 

Repository files navigation

How to Visualize and Interpret a Neural Network

Understanding a neural network with saliency maps and decision trees. This repository includes all source code for the tutorial on DigitalOcean with the same title, including:

  • saliency map code, for generating visualizations called Class Activation Maps
  • code for running neural network as neural-backed decision tree
  • utility to run an ImageNet-pretrained ResNet18 neural network on any image of your choosing

created by Alvin Wan, August 2020

See utils from Tricking Neural Networks for generating mapping from WordNet IDs to class names for ImageNet.

About

Visualizing a neural network with saliency maps and neural-backed decision trees

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%