You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's use LRP to explain why an image of a castle gets classified as such using a pre-trained VGG16 model from [Metalhead.jl](https://github.com/FluxML/Metalhead.jl):
20
+
22
21
![][castle]
22
+
23
23
```julia
24
24
using ExplainableAI
25
25
using Flux
@@ -54,7 +54,7 @@ heatmap(input, analyzer, 920) # for heatmap
54
54
Heatmaps for all implemented analyzers are shown in the following table. Red color indicate regions of positive relevance towards the selected class, whereas regions in blue are of negative relevance.
55
55
56
56
|**Analyzer**|**Heatmap for class "castle"**|**Heatmap for class "street sign"**|
0 commit comments