ExplainableAI.jl

Explainable AI in Julia.

MIT License

Stars
108

Bot releases are hidden (Show)

ExplainableAI.jl - v0.2.0

Published by adrhill over 2 years ago

ExplainabilityMethods v0.2.0

Diff since v0.1.2

Closed issues:

  • Faster LRP by dispatching on Dense and Conv layers (#22)
  • Dispatch heatmap on method that was used to compute attribution (#23)
  • Update docs with MNIST example and layer registration (#35)

Merged pull requests:

  • Refactor heatmapping using symbols (#32) (@adrhill)
  • Make LRP rules type inferable (#33) (@adrhill)
  • Add Explanation type and dispatch heatmap on it. (#36) (@adrhill)
  • Add inplace updating lrp! rule calls and reuse gradient code (#38) (@adrhill)
  • Update docs with advanced LRP example (#40) (@adrhill)
  • Update docs with LRP equations (#41) (@adrhill)
  • Add outline to docs (#42) (@adrhill)
  • Document LRP composites (#43) (@adrhill)