精确度、召回率、混淆矩阵的关系

精确度、召回率、混淆矩阵的关系

任务是识别一张手写数字的图片是否是“数字5”,actual 表示真实情况,predicted 表示当前训练出来的模型的预测情况,剩下的就一目了然了。

enter description here
enter description here

precision-recall tradeoff

enter description here
enter description here

原文地址:https://www.cnblogs.com/miaozhijuan/p/12629339.html