Advanced Topics
Explainable AI (XAI)
説明可能なAI
Explainable AI develops ways to make model behavior understandable. Interpretability describes how comprehensible a model is, while feature importance estimates which inputs influence its predictions.
Japanese terms
- Explainable AI — 説明可能なAI: Methods and practices intended to make AI behavior understandable to people.
- Interpretability — 解釈可能性: The degree to which a person can understand how a model produces an output.
- Feature importance — 特徴量重要度: A measure of how strongly an input feature influences a model’s predictions.
Related topics
AI safety and evaluation uses explanations as one source of evidence, and AI ethics considers whether explanations support meaningful accountability.