DOCS/research/explainability/montavon_et_al_2019_lrp.md
happybell80 0abdf1170b docs: 연구 자료 대량 추가 및 README 업데이트
- creativity: 창의성 및 계산 창의성 연구 (11개)
- economy: 경제 원리 및 토큰 이코노미 (11개)
- explainability: 설명 가능한 AI (XAI) 연구 (11개)
- gamification: 게이미피케이션 이론 (11개)
- sociology_of_agents: 에이전트 사회학 (11개)
- README.md 업데이트
2025-08-07 21:16:35 +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