- creativity: 창의성 및 계산 창의성 연구 (11개) - economy: 경제 원리 및 토큰 이코노미 (11개) - explainability: 설명 가능한 AI (XAI) 연구 (11개) - gamification: 게이미피케이션 이론 (11개) - sociology_of_agents: 에이전트 사회학 (11개) - README.md 업데이트
7 lines
631 B
Markdown
7 lines
631 B
Markdown
# "Why Should I Trust You?": Explaining the Predictions of Any Classifier
|
|
|
|
- **Authors**: Marco Tulio Ribeiro, Sameer Singh, Carlos Guestrin
|
|
- **Year**: 2016
|
|
- **Summary**: This paper introduces LIME (Local Interpretable Model-agnostic Explanations). The key idea is to explain the prediction of any complex, black-box classifier by learning a simpler, interpretable model (e.g., a linear model) in the local neighborhood of the prediction. It provides intuitive, human-understandable explanations for individual predictions, answering the question of why a specific decision was made.
|
|
- **Link**: https://arxiv.org/abs/1602.04938
|