
IR
孤鸿子_
just for fun/前ACMer/前MSRAer/ZJUer/编程爱好者/学生/
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
信息检索(IR)笔记1: 倒排索引(Inverted Index)
建立索引是 information retrieval 的一个核心问题,这一节简单记录关于index的相关笔记.所有内容均来自 stanford cs276 information retrieval & web search文章目录text preprocessinginverted indexsimple constructionposional indexindex constr...原创 2019-10-07 10:58:29 · 2668 阅读 · 1 评论 -
信息检索(IR)笔记2: Rank: 基于概率的rank model
这是cs276 information retrieval & web search的笔记2,这里总结关于IR 系统中,rank的一些概率模型,BIM,BM25文章目录introductionBIM( binary independent model)Retrieval Status Valueestimate ciBM25(Best Match 25)approximationsa...原创 2019-10-07 11:25:03 · 1652 阅读 · 0 评论