Skip to content

HuTobias/LRP_argmax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LRP_argmax

Keras implementation of the argmax-rule for LRP proposed in https://link.springer.com/chapter/10.1007/978-3-030-30179-8_16. Based on the INNvestigate repository https://github.com/albermax/innvestigate.

Usage

If you have a keras model model you can create an INNvestigate analyzer for your model with

analyzer = argmax_analyzer.Argmax(model)

A saliency map for a given input can then for example be created by using

analyzer.analyze(input)

For further details please refer to the original innvestigate repository https://github.com/albermax/innvestigate.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages