- creativity: 창의성 및 계산 창의성 연구 (11개) - economy: 경제 원리 및 토큰 이코노미 (11개) - explainability: 설명 가능한 AI (XAI) 연구 (11개) - gamification: 게이미피케이션 이론 (11개) - sociology_of_agents: 에이전트 사회학 (11개) - README.md 업데이트
599 B
599 B
A Unified Approach to Interpreting Model Predictions
- Authors: Scott M. Lundberg, Su-In Lee
- Year: 2017
- Summary: This paper introduces SHAP (SHapley Additive exPlanations), a method to explain individual predictions. It is based on the game-theoretically optimal Shapley values. SHAP attributes an importance value to each feature for a particular prediction, representing its contribution to pushing the model's output from the base value to the final prediction. It provides a unified framework that connects many other XAI methods.
- Link: https://arxiv.org/abs/1705.07874