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 55| :----------------- | :---------------- | :------- |
66| [ ![ ] [ 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 ] |
77
8- Explainable AI in Julia using [ Flux.jl ] ( https://fluxml.ai ) .
8+ Explainable AI in Julia.
99
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.
1317
1418## Installation
1519This package supports Julia ≥1.6. To install it, open the Julia REPL and run
@@ -110,7 +114,7 @@ Currently, the following analyzers are implemented:
110114 * ` EpsilonPlusFlat `
111115 * ` EpsilonAlpha2Beta1 `
112116 * ` EpsilonAlpha2Beta1Flat `
113- * ` CRP `
117+ * ` CRP `
114118
115119One of the design goals of ExplainableAI.jl is extensibility.
116120Custom [ composites] [ docs-composites ] are easily defined
You can’t perform that action at this time.
0 commit comments