visualize and debug

visualize and debug#

method from https://jithinjk.github.io/blog/nn_visualized.md.html

Zeiler13#

  • In this method, we can see what input pattern caused a given activation in the feature maps using a deconvnet.

  • A deconvnet can be thought of as a convnet model that uses the same components (filtering, pooling) but in reverse(mapping features to pixels).

alt text alt text alt text

Yosinki15#

TBD

visualization-cnn#