当前位置:网站首页>一张图深入的理解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反映的是样本中正例漏检的情况。
边栏推荐
- POJ 2392 Space Elevator
- 50亿,福建又诞生一只母基金
- testing and SQA_动态白盒測试[通俗易懂]
- Creative changes brought about by the yuan universe
- Cadre de validation des données Apache bval réutilisé
- ES6 note 1
- Numpy——axis
- Mathematical analysis_ Notes_ Chapter 11: Fourier series
- Initial experience of cache and ehcache "suggestions collection"
- LeetCode 535(C#)
猜你喜欢
Complete e-commerce system
Cadre de validation des données Apache bval réutilisé
[information security laws and regulations] review
Redis cluster and expansion
Former richest man, addicted to farming
Research and practice of super-resolution technology in the field of real-time audio and video
二叉树的基本概念和性质
数据验证框架 Apache BVal 再使用
[tpm2.0 principle and Application guide] Chapter 9, 10 and 11
2022.07.05
随机推荐
cmd命令进入MySQL时报服务名或者命令错误(傻瓜式教学)
PV静态创建和动态创建
PV static creation and dynamic creation
The moveposition function of rigidbody2d of unity2d solves the problem of people or screen jitter when moving
In the first half of 2022, I found 10 books that have been passed around by my circle of friends
Command mode - unity
Teach your sister to write the message queue hand in hand
How to choose the appropriate automated testing tools?
In 2021, the national average salary was released. Have you reached the standard?
LeetCode 890(C#)
50亿,福建又诞生一只母基金
PTA 1102 teaching Super Champion volume
Do you know all four common cache modes?
前首富,沉迷种田
648. 单词替换
完整的电商系统
Short selling, overprinting and stock keeping, Oriental selection actually sold 2.66 million books in Tiktok in one month
【MIME笔记】
咋吃都不胖的朋友,Nature告诉你原因:是基因突变了
Version 2.0 of tapdata, the open source live data platform, has been released