File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 5
5
| :----------------- | :---------------- | :------- |
6
6
| [ ![ ] [ docs-stab-img ]] [ docs-stab-url ] [ ![ ] [ docs-dev-img ]] [ docs-dev-url ] | [ ![ ] [ ci-img ]] [ ci-url ] [ ![ ] [ codecov-img ]] [ codecov-url ] [ ![ Aqua QA] [ aqua-img ]] [ aqua-url ] | [ ![ ] [ doi-img ]] [ doi-url ] |
7
7
8
- Explainable AI in Julia using [ Flux.jl ] ( https://fluxml.ai ) .
8
+ Explainable AI in Julia.
9
9
10
- This package implements interpretability methods and visualizations for neural networks,
11
- similar to [ Captum] [ captum-repo ] and [ Zennit] [ zennit-repo ] for PyTorch
12
- and [ iNNvestigate] [ innvestigate-repo ] for Keras models.
10
+ This package implements interpretability methods for black box models,
11
+ with a focus on local explanations and attribution maps.
12
+ It is similar to [ Captum] [ captum-repo ] and [ Zennit] [ zennit-repo ] for PyTorch
13
+ and [ iNNvestigate] [ innvestigate-repo ] for Keras models.
14
+
15
+ Most of the implemented methods only require the model to be differentiable with [ Zygote] ( https://github.com/FluxML/Zygote.jl ) .
16
+ Layerwise Relevance Propagation (LRP) is implemented for use with [ Flux.jl] ( https://fluxml.ai ) models.
13
17
14
18
## Installation
15
19
This package supports Julia ≥1.6. To install it, open the Julia REPL and run
@@ -110,7 +114,7 @@ Currently, the following analyzers are implemented:
110
114
* ` EpsilonPlusFlat `
111
115
* ` EpsilonAlpha2Beta1 `
112
116
* ` EpsilonAlpha2Beta1Flat `
113
- * ` CRP `
117
+ * ` CRP `
114
118
115
119
One of the design goals of ExplainableAI.jl is extensibility.
116
120
Custom [ composites] [ docs-composites ] are easily defined
You can’t perform that action at this time.
0 commit comments