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
The code used to generate these heatmaps can be found [here][asset-code].
62
+
> [!TIP]
63
+
> The heatmaps shown above were created using a VGG-16 vision model
64
+
> from [Metalhead.jl](https://github.com/FluxML/Metalhead.jl)
65
+
> that was pre-trained on the [ImageNet](http://www.image-net.org/) dataset.
66
+
>
67
+
> Since ExplainableAI.jl can be used outside of Deep Learning models and [Flux.jl](https://github.com/FluxML/Flux.jl),
68
+
> we have omitted specific models and inputs from the code snippet above.
69
+
> The full code used to generate the heatmaps can be found [here][asset-code].
70
+
71
+
Depending on the method, the applied heatmapping defaults differ:
72
+
sensitivity-based methods (e.g. `Gradient`) default to a grayscale color scheme,
73
+
whereas attribution-based methods (e.g. `InputTimesGradient`) default to a red-white-blue color scheme.
74
+
Red color indicates regions of positive relevance towards the selected class,
75
+
whereas regions in blue are of negative relevance.
76
+
More information on heatmapping presets can be found in the [Julia-XAI documentation](https://julia-xai.github.io/XAIDocs/XAIDocs/dev/generated/heatmapping/).
67
77
68
78
> [!WARNING]
69
79
> ExplainableAI.jl used to contain Layer-wise Relevance Propagation (LRP).
0 commit comments