当前位置:网站首页>Map 23 summary
Map 23 summary
2022-06-13 08:50:00 【zzyzxb】
One 、mAP Relevant concepts
1、 Positive and negative examples
Now let's assume that there are only two categories of classification goals , Count as a positive example (positive) And negative examples (negtive), Then we can get the following four situations :
(1)True positives(TP): The number of positive examples that are correctly classified , That is, the number of instances that are actually positive examples and are divided into positive examples by the classifier ( Sample size );
(2)False positives(FP): The number of cases wrongly divided into positive cases , That is, the number of instances that are actually negative but are classified as positive by the classifier ;
(3)False negatives(FN): The number of wrongly divided negative examples , That is, the number of instances that are actually positive but are classified as negative by the classifier ;
(4)True negatives(TN): The number of examples that are correctly divided into negative ones , That is, the number of instances that are actually negative and are divided into negative instances by the classifier .
2、P( Accuracy )
P representative precision, That is, accuracy , The accuracy rate represents the proportion of the actual positive samples in the predicted samples to all the positive samples , The formula is :
Accuracy = Correctly predict the actual number of positive samples in the sample / All positive samples
namely precision = TP/(TP+FP);
3、R( Recall rate )
R representative recall , Recall rate , Recall rate refers to the proportion of actual positive samples in all predicted samples , The formula is :
Recall rate = Correctly predict the actual number of positive samples in the sample / Actual number of positive samples
namely Recall = TP/(TP+FN) ; Generally speaking , The higher the recall rate , The lower the accuracy .
4、ACC( Accuracy rate )
ACC representative Accuracy, That is, accuracy , The accuracy rate represents the proportion of the predicted correct number in all samples , The formula is :
Accuracy rate = Predict the number of correctly classified samples in the sample / Number of all samples
namely ACC = (TP+TN)/(TP+FP+TN+FN);
5、AP( Average accuracy )
AP representative Average Precision, Average accuracy .
边栏推荐
- JS obtain geographic location information according to longitude and latitude and mark it on the map
- Uni app subcontracting loading and optimization
- DHCP principle and configuration
- [leetcode weekly race record] record of the 80th biweekly race
- Object array de encapsulation
- 3、 JS notes
- Cesium view switching, locating, reading files, building data sources, entity control, model control, etc
- Logstash failed to create queue
- 【Pycharm踩坑记录】配置远程运行后提示,[Errno 2] No such file or directory
- Web page H5 wechat sharing
猜你喜欢
File upload JS
DIY无人机(匿名拓控者P2+F330机架)
容器概念和云原生
0. Quelques doutes au sujet de SolidWorks
Centering problem - the width and height of child elements are known
Is signed or unsigned selected to create an integer field in MySQL? The answer is as follows:
1.SolidWorks各模块的学习顺序
Vs installation of vassistx plug-in causes Chinese input of wpf-xaml file to be garbled. Solution
Yarn package management tool
4、 Js-es5-i / O
随机推荐
情绪处理技巧
Namespace in TS (1)
JS obtain geographic location information according to longitude and latitude and mark it on the map
Calculation method of paging
JS ask for the day of the year
1.SolidWorks各模块的学习顺序
Judgment of single exclamation point and double exclamation point in JS
Taobao commodity sales interface / Taobao commodity sales monitoring interface / cumulative commodity sales interface
Svg text stroke effect
Knowledge points related to system architecture 2
[pychart pit stepping record] prompt after configuring remote operation, [errno 2] no such file or directory
關於RSA加密解密原理
DIY UAV (anonymous controller p2+f330 rack)
filebeat采集日志到ELK
Use of addeventlistener in JS
【leetcode周赛记录】第80场双周赛记录
redis
JS string method
Logstash failed to create queue
1. Learning sequence of SolidWorks modules