MAP(Mean Average

Precision):单个主题的平均准确率是每篇相关文档检索出后的准确率的平均值。主集合的平均准确率(MAP)是每个主题的平均准确率的平均值。

MAP 是反映系统在全部相关文档上性能的单值指标。系统检索出来的相关文档越靠前(rank

越高),MAP就可能越高。如果系统没有返回相关文档,则准确率默认为0。

例如:假设有两个主题,主题1有4个相关网页,主题2有5个相关网页。某系统对于主题1检索出4个相关网页,其rank分别为1, 2, 4,

7;对于主题2检索出3个相关网页,其rank分别为1,3,5。对于主题1,平均准确率为(1/1+2/2+3/4+4/7)/4=0.83。对于主题

2,平均准确率为(1/1+2/3+3/5+0+0)/5=0.45。则MAP= (0.83+0.45)/2=0.64。”

MRR是把标准答案在被评价系统给出结果中的排序取倒数作为它的准确度,再对所有的问题取平均。

Wiki

Precision and recall are single-value metrics based on the whole

list of documents returned by the system. For systems that return a

ranked sequence of documents, it is desirable to also consider the

order in which the returned documents are presented. Average

precision emphasizes ranking relevant documents higher. It is the

average of precisions computed at the point of each of the relevant

documents in the ranked sequence:

where r is the rank, N the number retrieved,

rel() a binary function on the relevance of a given rank,

and P(r) precision at a given cut-off rank:

This metric is also sometimes referred to geometrically as the

area under the Precision-Recall curve.

Note that the denominator (number of relevant documents) is the

number of relevant documents in the entire collection, so that the

metric reflects performance over all relevant documents, regardless

of a retrieval cutoff. See:.

^

Turpin, Andrew; Scholer, Falk

(2006). "User performance versus precision measures for simple

search tasks". Proceedings of the 29th Annual

international ACM SIGIR Conference on Research and Development in

information Retrieval_r(Seattle, Washington, USA, August 06-11,

2006) (New York, NY: ACM): 11–18. doi:10.1145/1148170.1148176

map平均准确率_MAP(Mean Average Precision)相关推荐

  1. 计算机视觉中的MAP的理解(mean average precision)

    计算机视觉中的MAP的理解(mean average precision) 精准率(Precision, P值)和召回率(Recall,R值) 下面我们来讲AP(average precision) ...

  2. map平均准确率_第五篇 目标检测评价标准—MAP

    MAP(Mean Average Precision) 网上关于map的帖子,博客,回答有很多,但是描述很不清楚,有的甚至有很多错误,非常难以理解,最近研究了一下map,这里记录总结一下 这里的AP指 ...

  3. Mean Average Precision(MAP):平均精度均值

    1.MAP可以由它的三个部分来理解:P,AP,MAP P(Precision)精度,正确率.在信息检索领域用的比较多,和正确率一块出现的是召回率Recall.对于一个查询,返回了一系列的文档,正确率指 ...

  4. Recall, Precision, and Average Precision

    信息检索(IR)的评价指标介绍 - 准确率.召回率.F1.mAP.ROC.AUC 分类: 1.自然语言处理/机器学习 在信息检索.分类体系中,有一系列的指标,搞清楚这些指标对于评价检索和分类性能非常重 ...

  5. 平均精度均值(Mean Average Precision, mAP)

    目录 一.Mean Average Precision -- mAP (一)什么是 mAP ? (二)mAP 是怎么计算的? 2.准确率.召回率.精确度 (1)准确率 -- precision &am ...

  6. yolo-v2 v3实现笔记 mAP:mean average precision 平均精度均值

    mAP计算参考这里:目标检测的评估指标mAP的那些事儿 相关概念:机器学习中 True Positives(真正例TP).False Positives(假正例FP).True Negatives(真 ...

  7. 深度学习: mAP (Mean Average Precision)

    原文:http://blog.csdn.net/jningwei/article/details/78955536 深度学习: mAP (Mean Average Precision) 版权声明:转载 ...

  8. MAP(Mean Average Precision)

    from: http://blog.sina.com.cn/s/blog_662234020100pozd.html MAP(Mean Average Precision) MAP(Mean Aver ...

  9. MAP(Mean Average Precision):

     MAP(Mean Average Precision): 单个主题的平均准确率是每篇相关文档检索出后的准确率的平均值.主集合的平均准确率(MAP)是每个主题的平均准确率的平均值.MAP 是反映系 ...

最新文章

  1. 2020年春季学期教学日历
  2. 【网摘】Oracle Dedicated server 和 Shared server(专用模式 和 共享模式) 说明
  3. Linux C高级编程——网络编程之TCP(3)
  4. 纵观软件行业开发方法论的发展
  5. SpringCloud学习笔记001-SpringCloud_001_SpringCloud简介_单体架构_微服务架构_服务注册与发现_微服务调用关系
  6. python3 os模块使用_Python3-os模块-操作系统的各种接口
  7. 9 万条弹幕告诉你,《乘风破浪的姐姐》里谁才是真正的C位?
  8. Python生成器 yield
  9. Scrapy中的Spider
  10. VC++ 添加用户环境变量
  11. Unity3D资源加密解决方案
  12. win10文件夹加密_如何使用电脑(win10)局域网共享文件给nPlayer(SMB)
  13. linux的grub是什么意思,grub是什么意思
  14. php对接微博热搜,基于PHP爬虫的微博热搜实时监控平台
  15. ER图(实体-联系图)
  16. 我爱淘冲刺阶段站立会议每天任务3
  17. [白话解析] 深入浅出支持向量机(SVM)之核函数
  18. Linux命令大全(在线手册)
  19. 串口通信 数据采集软件 上位机 数据采集软件,可以采集plc,串口通信设备,tcp通信设备的数据
  20. fatal The remote end hung up unexpectedly

热门文章

  1. 远离这样的管理层:靠加班、靠团建、靠个人
  2. 有哪些好用的企业目标管理和任务协作软件?
  3. 终身成长究竟有多重要?
  4. Scrum敏捷开发工具Leangoo-卡片多选
  5. Leangoo背景更新-看板背景任你选!!!
  6. 那些对数据实时性要求高的APP后端是怎么做的
  7. 多级反馈队列列算法的优点
  8. python八大选择排序_Python实现选择排序
  9. 软件项目管理大作业_信息系统项目管理师该如何备考?
  10. ubuntu16.04系统下安装fasttext文本分类库