DOCS/journey/research/explainability/montavon_et_al_2019_lrp.md
Claude-51124 22557e7132 docs: 오래된 트러블슈팅 아카이브 및 구조 정리
- 7-8월 초기 구축 문서 12개를 _archive/troubleshooting/2025_07-08_initial_setup/로 이동
- book/300_architecture/390_human_in_the_loop_intent_learning.md를 journey/research/intent_classification/로 이동 (개발 여정 문서)
- 빈 폴더 제거 (journey/assets/*)
2025-11-17 14:06:05 +09:00

615 B

Layer-Wise Relevance Propagation: An Overview

  • Authors: Grégoire Montavon, Wojciech Samek, Klaus-Robert Müller
  • Year: 2019
  • Summary: This paper provides an overview of Layer-Wise Relevance Propagation (LRP), a technique for explaining the predictions of deep neural networks. LRP propagates the prediction backwards through the network to assign a relevance score to each input feature (e.g., pixel). This allows for the creation of heatmaps that visualize which parts of the input were most important for the decision.
  • Link: https://link.springer.com/chapter/10.1007/978-3-030-28954-6_10