[机器学习]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\]](https://research.aimultiple.com/machine-learning-accuracy/)

相关推荐
cxr82820 分钟前
SPARC方法论在Claude Code基于规则驱动开发中的应用
人工智能·驱动开发·claude·智能体
风中的微尘27 分钟前
39.网络流入门
开发语言·网络·c++·算法
研梦非凡28 分钟前
ICCV 2025|从粗到细:用于高效3D高斯溅射的可学习离散小波变换
人工智能·深度学习·学习·3d
幂简集成1 小时前
Realtime API 语音代理端到端接入全流程教程(含 Demo,延迟 280ms)
人工智能·个人开发
龙腾-虎跃1 小时前
FreeSWITCH FunASR语音识别模块
人工智能·语音识别·xcode
智慧地球(AI·Earth)1 小时前
给AI配一台手机+电脑?智谱AutoGLM上线!
人工智能·智能手机·电脑
Godspeed Zhao1 小时前
自动驾驶中的传感器技术46——Radar(7)
人工智能·机器学习·自动驾驶
西红柿维生素1 小时前
JVM相关总结
java·jvm·算法
limengshi1383922 小时前
机器学习面试:请介绍几种常用的学习率衰减方式
人工智能·学习·机器学习
AKAMAI2 小时前
Sport Network 凭借 Akamai 实现卓越成就
人工智能·云原生·云计算