This repository contains codes of deep deducing visualizing class saliency by optimizing input image by using gradient descent provided by error backpropagation. To reproduce the results in the paper, simply run Deducing.py
The MNIST database is available at http://yann.lecun.com/exdb/mnist/
Packages requirements:
numpy
scipy
To train sets of weight matrices in the paper, run this command:
Learning_xxx.py
To use sets of trained weight matrices to start deducing, run this command:
Deducing.py