Core Machine Learning Topics
Model Evaluation
モデル評価
Model evaluation measures whether a model meets its intended purpose. An evaluation metric quantifies performance, while cross-validation estimates performance across multiple data partitions.
Japanese terms
- Model evaluation — モデル評価: The systematic measurement of how well a model performs for its intended purpose.
- Evaluation metric — 評価指標: A numerical measure used to assess a model’s predictions or behavior.
- Cross-validation — 交差検証: A resampling method that evaluates a model across multiple training and validation partitions.
Related topics
Training, validation, and testing establishes evaluation data, and AI safety and evaluation extends measurement to risks and robustness.