raghakot / keras-vis

Neural network visualization toolkit for keras
https://raghakot.github.io/keras-vis
MIT License
2.98k stars 664 forks source link

Implement LRP algorithm #42

Open raghakot opened 7 years ago

raghakot commented 7 years ago

https://arxiv.org/pdf/1509.06321v1.pdf

bmabey commented 7 years ago

This implementation of LRP using TF Slim is a good reference.