Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.08 KB

VERSION.md

File metadata and controls

45 lines (28 loc) · 1.08 KB

Version 1.0.9

  • BatchNormalization Layer compatible with LRP
  • EmbeddingLayer support
  • new Alpha-Beta-LRP-rules

Additionally various PR were merged and bugs fixed, for details see PR #222

Version 1.0.8

Bugfixes, increased code covervage, CI.

Version 1.0.7

Add Python 2 compatibility again.

Bugfixes.

Version 1.0.6

  • Add beta version of DeepLIFT (as in Ancona et.al.) and wrapper for DeepLIFT package.
  • Updating readme and bugfixes.

Version 1.0.5

Treat IntegratedGradients as attribution method and bugfixes.

Version 1.0.1-1.0.4

Added the following functionality:

  • Additional notebooks.
  • Analyzers: Input*Gradient
  • Added parameter to choose between plain, abs, square gradient in Gradient analyzer.
  • New interface via register-methods in analyzer base code.
  • Many fixes.
  • Support for read-the-docs documentation.

Version 1.0.0

Includes the following functionality:

  • Analyzers: Gradient, SmoothGrad, IntegratedGradients, PatternNet, PatternAttribution, LRP, DeepTaylor, Input, Random.
  • Pattern computer.