albermax / innvestigate

A toolbox to iNNvestigate neural networks' predictions!
Other
1.25k stars 233 forks source link

Composite LRP #190

Open Argho-UMBC opened 4 years ago

Argho-UMBC commented 4 years ago

I want to implement composite LRP by innvestigate library. I want to know how to do this?

sebastian-lapuschkin commented 3 years ago

you can use the lrp.sequential_* analyzers. see https://github.com/albermax/innvestigate/blob/c6ce89323d686a52d793177efd8d1dda3bd9526a/src/innvestigate/analyzer/__init__.py#L60

those are implemented by applying layer-conditional rule mapping.