[机器学习]False Positive和False Negative

一、简介

本文介绍了机器学习中对于模型精度的描述,包括 True Positive, True Negative, False Positive 和 False Negative。

二、什么是True/False + Positive/Negative

假设我们有一个预测模型,该模型的预测结果 可能为 Positive 也可能为 Negative ,而真实的结果 也可能存在 Positive 和 Negative 两种情况,根据模型预测结果真实结果两两搭配即可得到以下表格:

预测结果 \ 真实结果 Positive Negative
Positive True Positive False Positive
Negative False Negative True Negative

总结来讲:

  • True Positive: 模型预测为 Positive 并且真实情况也为 Positive;
  • False Positive: 模型预测为 Positive 但是真实情况为 Negative;
  • False Negative: 模型预测为 Negative 但是真实情况为 Positive;
  • True Negative: 模型预测为 Negative 并且真实情况也为 Negative;
    因此: True/False + Positive/Negative 中的 True/False 是用来描述 预测结果跟真实结果是否相同的,后面的 Positive/Negative 是模型的预测结果。

三、参考

1.Machine Learning Accuracy: True-False Positive/Negative 2024

相关推荐
xingyuzhisuan4 分钟前
面部表情僵硬不自然?在分镜描述中加入微表情词并降低运动强度参数
人工智能
liliangcsdn6 分钟前
最终留出样本/样本外测试集-holdout解读
算法
Thomas.Sir7 分钟前
第38课:TensorFlow|可视化工具TensorBoard全用法【日志写入、指标监控、网络可视化】
人工智能·python·tensorflow
Am-Chestnuts8 分钟前
AI 生成的数学公式,怎么用 DS随心转 导出成 Word 里能改的公式
人工智能·c#·word
tq108610 分钟前
谁能穿越AI寒冬?
人工智能
Seoyoneh14 分钟前
AI Agent落地后,云客服系统部署架构与多租户隔离的深度技术拆解
人工智能·架构
醍醐实验室21 分钟前
量化推理实战:AWQ、GPTQ 与 SmoothQuant 激活异常值治理
人工智能
加速财经24 分钟前
2026年网站部署平台怎么选:6款平台,覆盖网页上线与 AI 项目部署
人工智能
长沙京卓28 分钟前
可源码交付|县域低空无人机智能运营平台:AI辅助飞行、巡检闭环与警用低空安防
人工智能·无人机
Python自动化直播28 分钟前
从脚本到语义:AI直播中控技术架构的三次演进与合规设计
人工智能·架构