fhvilshoj / TorchLRPLinks
A PyTorch 1.6 implementation of Layer-Wise Relevance Propagation (LRP).
☆137Updated 4 years ago
Alternatives and similar repositories for TorchLRP
Users that are interested in TorchLRP are comparing it to the libraries listed below
Sorting:
- A basic implementation of Layer-wise Relevance Propagation (LRP) in PyTorch.☆96Updated 2 years ago
- Basic LRP implementation in PyTorch☆169Updated 11 months ago
- Zennit is a high-level framework in Python using PyTorch for explaining/exploring neural networks using attribution methods like LRP.☆226Updated 11 months ago
- Pytorch implementation of various neural network interpretability methods☆117Updated 3 years ago
- Papers and code of Explainable AI esp. w.r.t. Image classificiation☆212Updated 2 years ago
- An eXplainable AI toolkit with Concept Relevance Propagation and Relevance Maximization☆129Updated last year
- ☆34Updated 2 years ago
- implements some LRP rules to get explanations for Resnets and Densenet-121, including batchnorm-Conv canonization and tensorbiased layers…☆25Updated last year
- A pytorch implemention of the Explainable AI work 'Contrastive layerwise relevance propagation (CLRP)'☆17Updated 3 years ago
- Pruning CNN using CNN with toy example