万字长文 | 详解 分类任务&回归任务 损失函数与性能指标
文章目录
万字长文 | 详解 分类任务&回归任务 损失函数与性能指标
1. 介绍
2. 损失函数与性能指标
2.1 损失函数的特性
3.1 回归损失函数
3.1.1 Mean Squared Error (MSE,均方误差)
3.1.2 Mean Absolute Error (MAE,平均绝对误差)
3.1.3 Huber Loss
3.1.4 Log-Cosh Loss
3.1.5 Quantile Loss
3.1.6 Poisson Loss
3.2 回归性能指标
3.2.1 Root Mean Squared Error (RMSE,均方根误差)
文章目录
万字长文 | 详解 分类任