信息检索:算法与启发式方法(英文版·第2版) 人民邮电出版社 2025 chm pdf kindle rb azw3 下载 115盘

信息检索:算法与启发式方法(英文版·第2版) 人民邮电出版社电子书下载地址
- 文件名
- [epub 下载] 信息检索:算法与启发式方法(英文版·第2版) 人民邮电出版社 epub格式电子书
- [azw3 下载] 信息检索:算法与启发式方法(英文版·第2版) 人民邮电出版社 azw3格式电子书
- [pdf 下载] 信息检索:算法与启发式方法(英文版·第2版) 人民邮电出版社 pdf格式电子书
- [txt 下载] 信息检索:算法与启发式方法(英文版·第2版) 人民邮电出版社 txt格式电子书
- [mobi 下载] 信息检索:算法与启发式方法(英文版·第2版) 人民邮电出版社 mobi格式电子书
- [word 下载] 信息检索:算法与启发式方法(英文版·第2版) 人民邮电出版社 word格式电子书
- [kindle 下载] 信息检索:算法与启发式方法(英文版·第2版) 人民邮电出版社 kindle格式电子书
寄语:
新华书店正版,关注店铺成为会员可享店铺专属优惠,团购客户请咨询在线客服!
内容简介:
本书是“信息检索”课程的很好教材,书中对信息检索的概念、原理和算法进行了详细介绍,内容主要包括检索策略、检索实用工具、跨语言信息检索、查询处理、集成结构化及数据和文本、并行信息检索以及分布式信息检索等,并给出了阐述算法的大量实例。
本书有一定的深度和广度,而且所有的内容都用当前的技术阐述,是高等院校计算机及信息管理等相关专业本科生和研究生的理想教材,对信息检索领域的科研和技术人员也是很好的参考书。
书籍目录:
1. INTRODUCTION
2. RETRIEVAL STRATEGIES
2.1 Vector Space Model
2.2 Probabilistic Retrieval Strategies
2.3 Language Models
2.4 Inference Networks
2.5 Extended Boolean Retrieval
2.6 Latent Semantic Indexing
2.7 Neural Networks
2.8 Genetic Algorithms
2.9 Fuzzy Set Retrieval
2.10 Summary
2.11 Exercises
3. RETRIEVAL UTILITIES
3.1 Relevance Feedback
3.2 Clustering
3.3 Passage-based Retrieval
3.4 N-grams
3.5 Regression Analysis
3.6 Thesauri
3.7 Semantic Networks
3.8 Parsing
3.9 Summary
3.10 Exercises
4. CROSS-LANGUAGE INFORMATION RETRIEVAL
4.1 Introduction
4.2 Crossing the Language Barrier
4.3 Cross-Language Retrieval Strategies
4.4 Cross Language Utilities
4.5 Summary
4.6 Exercises
5. EFFICIENCY
5.1 Inverted Index
5.2 Query Processing
5.3 Signature Files
5.4 Duplicate Document Detection
5.5 Summary
5.6 Exercises
6. INTEGRATING STRUCTURED DATA AND TEXT
6.1 Review of the Relational Model
6.2 A Historical Progression
6.3 Information Retrieval as a Relational Application
6.4 Semi-Structured Search using a Relational Schema
6.5 Multi-dimensional Data Model
6.6 Mediators
6.7 Summary
6.8 Exercises
7. PARALLEL INFORMATION RETRIEVAL
7.1 Parallel Text Scanning
7.2 Parallel Indexing
7.3 Clustering and Classification
7.4 Large Parallel Systems
7.5 Summary
7.6 Exercises
8. DISTRIBUTED INFORMATION RETRIEVAL
8.1 A Theoretical Model of Distributed Retrieval
8.2 Web Search
8.3 Result Fusion
8.4 Peer-to-Peer Information Systems
8.5 Other Architectures
8.6 Summary
8.7 Exercises
9. SUMMARY AND FUTURE DIRECTIONS
References
Index
作者介绍:
格罗斯曼(David A.Grossman),佐治亚梅森大学博士。现在伊利诺伊理工大学计算机系任教。曾在美国政府部门不错技术服务中心和研究发展办公室担任项目经理。主要研究领域包括信息检索、结构化与非结构化数据集成以及数据挖掘。
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
3.4.1 D'Amore and Mah
Initial information retrieval research focused on n-grams as presented in[D'Amore and Mah, 1985]. The motivation behind their work was the fact thatit is difficult to develop mathematical models for terms since the potential fora term that has not been seen before is infinite. With n-grams, only a fixednumber of n-grams can exist for a given value of n. A mathematical modelwas developed to estimate the noise in indexing and to determine appropriatedocument similarity measures. D'Amore and Mah's method replaces terms with n-grams in the vector spacemodel. The only remaining issue is computing the weights for each n-gram.Instead of simply using n-gram frequencies, a scaling method is used to nor-malize the length of the document. D'Amore and Mah's contention was that alarge document contains more n-grams than a small document, so it should bescaled based on its length. To compute the weights for a given n-gram, D'Amore and Mah estimatedthe number of occurrences of an n-gram in a document. The first simplifyingassumption was that n-grams occur with equal likelihood and follow a binomialdistribution. Hence, it was no more likely for n-gram "ABC" to occur than"DEE" The Zipfian distribution that is widely accepted for terms is not true forn-grams. D'Amore and Mah noted that n-grams are not equally likely to occur,but the removal of frequently occurring terms from the document collectionresulted in n-grams that follow a more binomial distribution than the terms. D'Amore and Mah computed the expected number of occurrences of an n-gram in a particular document. This is the product of the number of n-gramsin the document (the document length) and the probability that the n-gramoccurs. The n-gram's probability of occurrence is computed as the ratio ofits number of occurrences to the total number of n-grams in the document.D'Amore and Mah continued their application of the bino
……
在线阅读/听书/购买/PDF下载地址:
原文赏析:
暂无原文赏析,正在全力查找中!
其它内容:
编辑推荐
随着Google、百度等搜索引擎公司的崛起,信息检索已经成为令人振奋的热门研究领域。
本书从发展的角度描述了ad hoc信息检索,讨论了用来实现大规模数据检索的近期新算法,详细介绍了推理网络和系统的效率,并且对每种方法都给出了详细可行的实例。此外,本书整合了结构化和非结构化数据的处理技术,这是其他教材所不具备的。
第2版新增加了IR语言模型和跨语言检索,还讨论了许多当前的热点话题,如XML、P2P信息检索、文本查重、文档并行聚类、不同检索策略的融合、信息中间表示等。
本书兼顾了学科广度和主题深度,把握了近期新的发展趋势,是信息检索领域的一本名著,更为许多有名高校(如美国普林斯顿大学、罗格斯大学)采用为教材。
媒体评论
“本书涉及近期新的研究成果,语言经得起推敲,还精心准备了大量的实例说明,适合作为研究生和本科生信息检索课程的优选教材。” ——美国马萨诸塞大学阿默斯特校区计算机系杰出教授 W.Bruce Croft “推荐把本书作为计算机科学专业学生的优选教材,同时也适用于SE0专业人员和Web开发者阅读,将搜索技术,算法和启发式方法运用于他们的项目中。” ——信息技术与服务顾问 E.Garcia博士
网站评分
书籍多样性:4分
书籍信息完全性:6分
网站更新速度:5分
使用便利性:9分
书籍清晰度:6分
书籍格式兼容性:4分
是否包含广告:6分
加载速度:7分
安全性:9分
稳定性:5分
搜索功能:8分
下载便捷性:6分
下载点评
- 愉快的找书体验(205+)
- 二星好评(194+)
- 下载速度快(499+)
- 章节完整(310+)
- 无缺页(242+)
- 值得下载(294+)
下载评价
- 网友 方***旋:
真的很好,里面很多小说都能搜到,但就是收费的太多了
- 网友 訾***晴:
挺好的,书籍丰富
- 网友 习***蓉:
品相完美
- 网友 师***怡:
说的好不如用的好,真心很好。越来越完美
- 网友 石***致:
挺实用的,给个赞!希望越来越好,一直支持。
- 网友 常***翠:
哈哈哈哈哈哈
- 网友 宫***凡:
一般般,只能说收费的比免费的强不少。
- 网友 印***文:
我很喜欢这种风格样式。
- 网友 居***南:
请问,能在线转换格式吗?
- 网友 国***舒:
中评,付点钱这里能找到就找到了,找不到别的地方也不一定能找到
- 网友 戈***玉:
特别棒
喜欢"信息检索:算法与启发式方法(英文版·第2版) 人民邮电出版社"的人也看了
城市更新背景下的建筑拆除决策机制研究 徐可西|责编:姜静 中国经济 【新华书店正版图书书籍】 2025 chm pdf kindle rb azw3 下载 115盘
9787503872587 2025 chm pdf kindle rb azw3 下载 115盘
2017年全国各类成人高等学校招生考试统考教材(高中起点升本、专科)英语 2025 chm pdf kindle rb azw3 下载 115盘
在迷失国度下被遗忘了的自白录 2025 chm pdf kindle rb azw3 下载 115盘
物理化学实验/张师愚/全国普通高等中医药院校药学类十二五规划教材 中国医药科技出版社 2025 chm pdf kindle rb azw3 下载 115盘
域外小说集(影印本) 2025 chm pdf kindle rb azw3 下载 115盘
名院名师解读系列--素描风(绘画过程中的疑难解答,行之有效的训练方法,考试要求的风向标) 2025 chm pdf kindle rb azw3 下载 115盘
变压器检修题解(中级工)/全国供用电工人技能培训教材题解集 2025 chm pdf kindle rb azw3 下载 115盘
从Scratch进阶到Python——基础篇 2025 chm pdf kindle rb azw3 下载 115盘
药学综合知识与技能 2025 chm pdf kindle rb azw3 下载 115盘
- 全新正版图书 遥感原理与应用题解张安定科学出版社9787030501318 遥感技术高等学校教学参考资料人天图书专营店 2025 chm pdf kindle rb azw3 下载 115盘
- 爱因斯坦传记(彩图注音版)小学生语文课外阅读丛书 中小学教辅 中小学阅读 2025 chm pdf kindle rb azw3 下载 115盘
- Oxford Advanced Learner's Dictionary 10th Edition 2025 chm pdf kindle rb azw3 下载 115盘
- 9787567208391 2025 chm pdf kindle rb azw3 下载 115盘
- 海关相关法律及案例分析 2025 chm pdf kindle rb azw3 下载 115盘
- 2022贵州省高考志愿填报实用指南 2025 chm pdf kindle rb azw3 下载 115盘
- 【中商原版】浮与沉:摄影家尤金.史密斯的传奇人生(百岁珍藏精装版) 港台原版 山姆.史帝芬森 原点 2025 chm pdf kindle rb azw3 下载 115盘
- 懶人農法第1次全圖解【10週年暢銷經典版】 2025 chm pdf kindle rb azw3 下载 115盘
- 废气处理工程技术手册 2025 chm pdf kindle rb azw3 下载 115盘
- 全国各类成人高考辅导用书-成考通过过关宝典-政治理论 2025 chm pdf kindle rb azw3 下载 115盘
书籍真实打分
故事情节:4分
人物塑造:9分
主题深度:7分
文字风格:4分
语言运用:3分
文笔流畅:3分
思想传递:4分
知识深度:8分
知识广度:6分
实用性:3分
章节划分:6分
结构布局:4分
新颖与独特:7分
情感共鸣:5分
引人入胜:7分
现实相关:7分
沉浸感:9分
事实准确性:7分
文化贡献:9分