Skip to content

guided backprop, API improvements.

Pre-release
Pre-release
Compare
Choose a tag to compare
@raghakot raghakot released this 05 Jul 08:58
· 53 commits to master since this release
  • Introducing grad_modifiers, backprop_modifiers, input_modifiers.
  • Implemented guided and rectified backprop.
  • API changes. Deprecated visualize_regression variant and removed RegressionTarget loss,
  • Added visualize_xxx_with_losses variant for flexibility.
  • Moved all examples to notebooks.
  • Introduced backend abstraction for backend specific code.
  • Modularized visualization code.