-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from NicolaBernini/cnn_20190428_1842_1
Cnn 20190428 1842 1
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+289 KB
...513_Visualizing_Deep_Networks_by_Optimizing_with_Integrated_Gradients/IGOS1.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions
23
...513_Visualizing_Deep_Networks_by_Optimizing_with_Integrated_Gradients/readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
|
||
# Overview | ||
|
||
Original Paper: [Visualizing Deep Networks by Optimizing with Integrated Gradients](https://arxiv.org/abs/1905.00954) | ||
|
||
# Visualizing Deep Networks by Optimizing with Integrated Gradients | ||
|
||
- Heatmaps are not all equals, the way they correlate to the actual processing is important | ||
|
||
- Good correlation is fundamental to understand what the strong features, automatically learned by the CNN, are so to be able to debug the NN | ||
|
||
![IGOS1](IGOS1.PNG) | ||
|
||
Work in progress | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|