File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11# ExplainableAI.jl
2+ ## Version ` v0.6.2 `
3+ This is first release of ExplainableAI.jl as part of the
4+ [ Julia-XAI] ( https://github.com/Julia-XAI ) organization ([ #149 ] [ pr-149 ] )
5+ and the last release that includes LRP before it is moved to its own separate package.
6+
7+ - ![ Feature] [ badge-feature ] Add Concept Relevance Propagation analyzer ` CRP ` ([ #146 ] [ pr-146 ] , [ #148 ] [ pr-148 ] )
8+ - ![ Feature] [ badge-feature ] Add option to process heatmaps batch-wise
9+ using keyword argument ` process_batch=true ` ([ #146 ] [ pr-146 ] , [ #148 ] [ pr-148 ] )
10+ - ![ Bugfix] [ badge-bugfix ] Remove ` FlatRule ` on dense layers
11+ from ` EpsilonPlusFlat ` and ` EpsilonAlpha2Beta1Flat ` composite presets ([ #147 ] [ pr-147 ] )
12+
213## Version ` v0.6.1 `
314This release brings GPU support to all analyzers.
415- ![ Feature] [ badge-feature ] Support LRP on GPUs ([ #142 ] [ pr-142 ] , [ #140 ] [ pr-140 ] )
@@ -165,6 +176,10 @@ Performance improvements:
165176![Maintenance][badge-maintenance]
166177![Documentation][badge-docs]
167178-->
179+ [ pr-149 ] : https://github.com/Julia-XAI/ExplainableAI.jl/pull/149
180+ [ pr-148 ] : https://github.com/Julia-XAI/ExplainableAI.jl/pull/148
181+ [ pr-147 ] : https://github.com/Julia-XAI/ExplainableAI.jl/pull/147
182+ [ pr-146 ] : https://github.com/Julia-XAI/ExplainableAI.jl/pull/146
168183[ pr-145 ] : https://github.com/Julia-XAI/ExplainableAI.jl/pull/145
169184[ pr-144 ] : https://github.com/Julia-XAI/ExplainableAI.jl/pull/144
170185[ pr-142 ] : https://github.com/Julia-XAI/ExplainableAI.jl/pull/142
Original file line number Diff line number Diff line change 11name = " ExplainableAI"
22uuid = " 4f1bc3e1-d60d-4ed0-9367-9bdff9846d3b"
33authors = [" Adrian Hill" ]
4- version = " 0.6.1 "
4+ version = " 0.6.2 "
55
66[deps ]
77ColorSchemes = " 35d6a980-a343-548e-a6ea-1d62b119f2f4"
Original file line number Diff line number Diff line change 88Explainable AI in Julia.
99
1010This package implements interpretability methods for black box models,
11- with a focus on local explanations and attribution maps.
11+ with a focus on local explanations and attribution maps in input space .
1212It is similar to [ Captum] [ captum-repo ] and [ Zennit] [ zennit-repo ] for PyTorch
1313and [ iNNvestigate] [ innvestigate-repo ] for Keras models.
1414
You can’t perform that action at this time.
0 commit comments