当前位置:网站首页>一张图深入的理解FP/FN/Precision/Recall
一张图深入的理解FP/FN/Precision/Recall
2022-07-07 17:14:00 【算法与编程之美】
由于图片较大,建议右键打开新的窗口以便于阅读!
(1) TP和TN都比较好理解,然而FP和FN容易混淆;
- FP(False Positive)表示错误的正例即错误的将样本中的负例识别为正例,如右图3、4行红色正方形所示;
- FN(False Negative)表示错误的负例即错误的将样本中的正例识别为负例,如右图1、2行红色三角形所示;
(2) 关于评价指标,Accuracy比较好理解,然而Precision和Recall特别容易混淆;
- Precision面向的是检测后的比例,在模型检测后(右图),检测到的所有正例结果包括正确的正例和错误的正例,相对于原始样本来说, 无论是正确的正例还是错误的正例,其检测结果均为正例,故检测结果中,正例的总数为(TP+FP), 那么在这些正例中,有多少是正确的正例呢?答案就是TP/(TP+FP);FP越小,则Precision越大,而FP即为误报为正例数量; 因此,Precision反映的是样本中正例误报的情况。
- Recall面向的是检测前的比例,在原始样本中(左图),所有的正例被模型真正检测出来的有多少?TP即为检测出来的正例个数, 那么原始样本中所有的正例个数是多少呢?答案是检测出来的正例个数加上未检测出来的正例个数; 而未检测出来的正例个数就是原本是正例然而被模型检测为负例,如右图1、2行的红色三角所示,即为错误的负例(FP); 故Recall=TP/(TP+FN);FN越小,则Recall越大,而FN即为漏检为正例的数量;因此Recall反映的是样本中正例漏检的情况。
边栏推荐
- Jerry's headphones with the same channel are not allowed to pair [article]
- Seize Jay Chou
- Redis cluster and expansion
- Netease Yunxin participated in the preparation of the standard "real time audio and video service (RTC) basic capability requirements and evaluation methods" issued by the Chinese Academy of Communica
- Basic concepts and properties of binary tree
- PTA 1102 teaching Super Champion volume
- Hongmeng smart home [1.0]
- 杰理之关于 TWS 交叉配对的配置【篇】
- 【HDU】5248-序列变换(贪心+二分)「建议收藏」
- POJ 1182 :食物链(并查集)[通俗易懂]
猜你喜欢
Pasqal首席技术官:模拟量子计算率先为工业带来量子优势
6. About JWT
微服务远程Debug,Nocalhost + Rainbond微服务开发第二弹
Creative changes brought about by the yuan universe
多个kubernetes集群如何实现共享同一个存储
Basic concepts and properties of binary tree
ES6笔记一
[tpm2.0 principle and Application guide] Chapter 9, 10 and 11
10 schemes to ensure interface data security
[Verilog advanced challenge of Niuke network question brushing series] ~ multi bit MUX synchronizer
随机推荐
Numpy——2. Shape of array
How much does it cost to develop a small program mall?
L1-028 judging prime number (Lua)
【牛客网刷题系列 之 Verilog进阶挑战】~ 多bit MUX同步器
In 2021, the national average salary was released. Have you reached the standard?
嵌入式面试题(算法部分)
Micro service remote debug, nocalhost + rainbow micro service development second bullet
5billion, another master fund was born in Fujian
Version 2.0 of tapdata, the open source live data platform, has been released
The top of slashdata developer tool is up to you!!!
L1-025 positive integer a+b (Lua)
Scientists have observed for the first time that the "electron vortex" helps to design more efficient electronic products
完整的电商系统
Solve the error reporting problem of rosdep
How to choose the appropriate automated testing tools?
String - string (Lua)
解决远程rviz报错问题
二叉树的基本概念和性质
PTA 1102 teaching Super Champion volume
[Base64 notes] [suggestions collection]