From 901c5362d0bbb5161356f4a910946d452060eab5 Mon Sep 17 00:00:00 2001 From: Farhad Dalirani <65308831+farhad-dalirani@users.noreply.github.com> Date: Sun, 23 May 2021 21:52:07 +0430 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c568688..b4217f1 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ saliency_map_guided(...) | [Striving for Simplicity: The All Convolutional Net]( deep_dream(...) | [Inceptionism: Going Deeper into Neural Networks](https://ai.googleblog.com/2015/06/inceptionism-going-deeper-into-neural.html) grad_cam(...) | [Grad-CAM: Visual Explanations from Deep Networks via Gradient-based Localization](https://arxiv.org/abs/1610.02391) +For detail about different methods you can see this blog post [Reveling what neural networks see and learn: PytorchRevelio](https://dalirani-1373.medium.com/reveling-what-neural-networks-see-and-learn-pytorchrevelio-a218ef5fc61f) + ## Which method does perform better? * The higher methods in the list perform better for feature visualization: 1. activation_maximization_with_bilateral_blurring