christophM / interpretable-ml-book

Book about interpretable machine learning
https://christophm.github.io/interpretable-ml-book/
Other
4.75k stars 1.06k forks source link

Introduce to DeepLIFT #195

Closed nguyenhungquang closed 3 years ago

nguyenhungquang commented 4 years ago

I have just finished SHAP chapter, and decided to dig deeper in the method. In the original paper and library, I found some model specific method such as gradient, DeepLIFT and its combination with SHAP called DeepSHAP. They yield good results, and reasonable explanation. I suggest that you can add them to Neural network interpretation chapter.

christophM commented 3 years ago

I am already working on it