Skip to content

Commit 6812dfe

Browse files
committed
Update README
1 parent cbcc248 commit 6812dfe

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ ___
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
1519
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:
110114
* `EpsilonPlusFlat`
111115
* `EpsilonAlpha2Beta1`
112116
* `EpsilonAlpha2Beta1Flat`
113-
* `CRP`
117+
* `CRP`
114118

115119
One of the design goals of ExplainableAI.jl is extensibility.
116120
Custom [composites][docs-composites] are easily defined

0 commit comments

Comments
 (0)