- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
武汉纺织大学
毕 业 设 计 [ 论 文 ]
题 目: 对Google搜索引擎中网页排序算法的研究
摘 要
搜索引擎技术的发展是随着电子技术不断进步的信息数字化和数据网络化的必然产物,网页排序算法一直是搜索引擎的核心技术之一。Google 搜索引擎依靠其PageRank机制及收敛PageRank排名算法,从数学的角度来看,发现它能够通过计算一个基于网络接图的转移概率矩阵的主特征向量PageRank 向量)实现。同时针对网,对转移概率矩阵作出了修正的特性。给出了计算主特征向量的数值解法中链接矩阵的稀疏性,优化了幂法在迭代中的计算量并减少了存储空间.在幂法理论基础上,给出了一种较新的加速收敛的外推法The Vector -algorithm,最后结合一个现实中的复杂网络。PageRank;转移概率矩阵;主特征向量;加速收敛;外推法;幂法;The Vector -algorithm
ABSTRACT
With the development of electronic technology, the search engine technology is becoming more and more important. Google search engine keeps on the top by its PageRank and convergence algorithm. We will see that, from the mathematical point of view, it could be solved by computing the principal eigenvector (the PageRank vector) of a Transition Probability Matrix of the Web. According to the Web’s complexity, we will give the modified matrix , and also analyze its characteristics. We will study the mathematical properties of the power method that computing the PageRank vector. We use the sparse of the Web matrix in the iterative matrix , optimize the computation of each iteration and reduce its storage space. The Vector -algorithm, an extrapolation algorithm for vector sequences, is proposed based on the power method. It will achieve the higher rate convergence in the computing performance of power method. Finally, some simulation work of the theoretical proof will be verified by the satisfied practical results.
Keywords:Transition Probability Matrix; principal eigenvector; convergence and acceleration; extrapolation; power method; The Vector -algorithm
目 录
1. 绪论 1
1.1引言 1
1.2 PageRank简介 2
1.3 本文的主要内容和结构安排 3
2. 基本的PageRank模型 4
2.1 PageRank的基本概念 4
2.2 PageRank的基本模型 5
2.3 存在的问题 8
2.3.1悬点(Dangling Nodes) 8
2.3.2主特征向量空间不是一维的 8
2.4 对上述问题的修正 9
2.4.1 对出现悬点的修正 9
2.4.2 对的修正 10
3. 对PageRank问题的求解方法 10
3.1 幂法 11
3.2 在PageRank上的幂法 12
3.2.1初始优化PageRank矩阵 12
3.2.2 幂法的伪代码 13
4. 幂法加速 14
4.1 外推法 14
4.1.1 The vector -algorithm 14
4.1.2 The vector -algorithm伪代码 15
5. 应用 16
5.1对简化的网络进行等级分
文档评论(0)