DOCS/research/explainability/montavon_et_al_2019_lrp.md
happybell80 725ad0876c fix: 문서 파일 실행 권한 제거
- 모든 .md, .html 파일 권한을 644로 정상화
- .gitignore 파일 권한도 644로 수정
- 문서 파일에 실행 권한은 불필요하고 보안상 바람직하지 않음
- deprecated 아이디어 폴더 생성 및 레벨별 UI 변경 아이디어 이동
2025-08-18 00:37:51 +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