matrixpagerank
pagerank 时间:2021-04-19 阅读:(
)
1/20RandomWalks,PageRank,andComputerScienceSiuOnChanDepartmentofComputerScienceandEngineeringTheChineseUniversityofHongKongJuly30,20152/20Yahooin1996:Human-editeddirectory3/20Only5directoryentriesfor"LinearAlgebra"4/20Googletoday~10,000,000LinearAlgebrapages,rankedmostlybyimportance5/20PartI:PageRankandRandomwalk6/20PageRankAlgorithmNamedafterLarryPage,GooglecofounderandcurrentCEODetermineswebpages'importanceonlybylinkstructureofthedirectedgraphofwebpages6/20PageRankAlgorithmNamedafterLarryPage,GooglecofounderandcurrentCEODetermineswebpages'importanceonlybylinkstructureofthedirectedgraphofwebpagesBasedonstationarydistributionofarandomwalk6/20PageRankAlgorithmNamedafterLarryPage,GooglecofounderandcurrentCEODetermineswebpages'importanceonlybylinkstructureofthedirectedgraphofwebpagesBasedonstationarydistributionofarandomwalkSpectralgraphtheory!
Forsimplicity,focusonundirected,regulargraphsinthistalk7/20RandomWalkStochasticprogressonagraph(undirectedfornow)7/20RandomWalkStochasticprogressonagraph(undirectedfornow)Startsfromavertex,ateachtimesteptmovestoauniformlyrandomneighbourofthecurrentvertex8/20DistributionptProbabilitytransitionmatrixKRowvectorpt:distributionattimetpt+1=ptKpt=p0KtDoesptconvergeastincreases9/20StationarydistributionIfptconverges,thelimitingdistributionp∞mustbestationaryp∞K=p∞uniformdistributionalwaysastationarydistribution(foranundirected,regulargraph)10/20Limitingdistribution:unique10/20Limitingdistribution:uniqueNotuniqueondisconnectedgraphs(Somevertexnotreachablefromsomeothervertexviaintermediatevertices)10/20Limitingdistribution:uniqueNotuniqueondisconnectedgraphs(Somevertexnotreachablefromsomeothervertexviaintermediatevertices)Notuniqueonbipartitegraphs(CanpartitionallverticesintotwosubsetsV1,V2sothatalledgesonlygobetweenV1andV2)11/20UniquelimitingdistributionTheorem(Uniqueness)Anundirected,regular,connected,non-bipartitegraphhasauniquestationarydistributionp.
Further,givenanyinitialdistributionp0,limt→∞pt=p.
12/20Eigenvaluesandeigenvectorsλ∈Risaneigenvalueandq∈RnisaneigenvectorofKifqK=λqFact:TransitionmatrixKofanundirectedgraphisrealsymmetricLemma(SpectralTheorem)Anyn*nrealsymmetricmatrixKhasneigenvalue-eigenvectorpairsq(1)K=λ1q(1).
.
.
q(n)K=λnq(n)suchthat{q(1)q(n)}isanorthogonalbasis13/20ProofTheorem(Uniqueness)Anundirected,regular,connected,non-bipartitegraphhasauniquestationarydistributionp.
Further,givenanyinitialdistributionp0,limt→∞pt=p.
Proof.
Byspectraltheorem,{q(1)q(n)}formsabasis.
Expandp0=ni=1αiq(i).
pt=p0Kt=ni=1αiq(i)Kt.
14/20Proof(continued)pt=p0Kt=ni=1αiq(i)KtSinceq(i)Kt=λiq(i)Kt1=λi2q(i)Kt2λitq(i),thetopequationbecomespt=ni=1αiλitq(i).
15/20GraphspectrumAssumeeigenvaluesaresortedλ1λ2.
.
.
λn15/20GraphspectrumAssumeeigenvaluesaresortedλ1λ2.
.
.
λnOnecanshow1λ1andλn1Recall:λ1=1,uniformdistributionasaneigenvector15/20GraphspectrumAssumeeigenvaluesaresortedλ1λ2.
.
.
λnOnecanshow1λ1andλn1Recall:λ1=1,uniformdistributionasaneigenvectorPropositionλ2=1ifandonlyifdisconnectedgraph15/20GraphspectrumAssumeeigenvaluesaresortedλ1λ2.
.
.
λnOnecanshow1λ1andλn1Recall:λ1=1,uniformdistributionasaneigenvectorPropositionλ2=1ifandonlyifdisconnectedgraphPropositionλn=1ifandonlyifbipartitegraph16/20Proof(finalbits)pt=ni=1αiλitq(i).
Forregular,connected,bipartitegraph,|λ2|PageRankTheorem(Uniqueness)Anundirected,regular,connected,non-bipartitegraphhasauniquestationarydistributionp.
Further,givenanyinitialdistributionp0,limt→∞pt=p.
Asimilartheorem(suitablymodified)holdsfordirected,non-regulargraphs:Perron–FrobeniustheoremLimitingdistributionpnotnecessarilyuniformPageRankiterativelycomputesthedistributionpt=p0Ktfromanarbitraryinitialdistributionp018/20PartII:ConnectionstoTheoreticalComputerScience19/20SpectralgraphtheoryandexpandersSpectralgraphtheory:studyofgrapheigenvaluesλ1,…,λnandgraphproperties19/20SpectralgraphtheoryandexpandersSpectralgraphtheory:studyofgrapheigenvaluesλ1,…,λnandgraphpropertiesGraphswithλ2muchsmallerthanλ1=1arecalledexpandersValuabletocomputerscience19/20SpectralgraphtheoryandexpandersSpectralgraphtheory:studyofgrapheigenvaluesλ1,…,λnandgraphpropertiesGraphswithλ2muchsmallerthanλ1=1arecalledexpandersValuabletocomputerscienceFord-regulargraphs,howsmallcanλ2beRecentbreakthrough:Yaletheoreticalcomputerscientists(Marcus,Spielman,andSrivastava)constructedbipartitegraphsforanydegreedwithmax{|λ2|,|λn1|}2√d1/d.
Smallestpossible(Alon–Boppana)19/20SpectralgraphtheoryandexpandersSpectralgraphtheory:studyofgrapheigenvaluesλ1,…,λnandgraphpropertiesGraphswithλ2muchsmallerthanλ1=1arecalledexpandersValuabletocomputerscienceFord-regulargraphs,howsmallcanλ2beRecentbreakthrough:Yaletheoreticalcomputerscientists(Marcus,Spielman,andSrivastava)constructedbipartitegraphsforanydegreedwithmax{|λ2|,|λn1|}2√d1/d.
Smallestpossible(Alon–Boppana)Theirnoveltechniquesalsoresolve54-year-oldKadison–SingerprobleminMathematicsandengineering20/20MatrixmultiplicationandcomputationalcomplexityGiventwomatricesAandBofsizen,computeABRecall(AB)ij=kAikBkjStraightforwardalgorithmrequiresroughlyn3elementaryoperations20/20MatrixmultiplicationandcomputationalcomplexityGiventwomatricesAandBofsizen,computeABRecall(AB)ij=kAikBkjStraightforwardalgorithmrequiresroughlyn3elementaryoperationsStrassenalgorithm:roughlynlog27≈n2.
807elementaryoperationsLeGallalgorithm(currentbest):roughlyn2.
373elementaryoperations20/20MatrixmultiplicationandcomputationalcomplexityGiventwomatricesAandBofsizen,computeABRecall(AB)ij=kAikBkjStraightforwardalgorithmrequiresroughlyn3elementaryoperationsStrassenalgorithm:roughlynlog27≈n2.
807elementaryoperationsLeGallalgorithm(currentbest):roughlyn2.
373elementaryoperationsIsn2possibleIfso,potentiallyveryusefulIfnot,whynot
今天中午的时候看到群里网友在讨论新版本的Apache HTTP Server 2.4.51发布且建议更新升级,如果有服务器在使用较早版本的话可能需要升级安全,这次的版本中涉及到安全漏洞的问题。Apache HTTP 中2.4.50的修复补丁CVE-2021-41773 修复不完整,导致新的漏洞CVE-2021-42013。攻击者可以使用由类似别名的指令配置将URL映射到目录外的文件的遍历攻击。这里...
Sharktech(鲨鱼服务器商)我们还是比较懂的,有提供独立服务器和高防服务器,而且性价比都还算是不错,而且我们看到有一些主机商的服务器也是走这个商家渠道分销的。这不看到鲨鱼服务器商家洛杉矶独立服务器纷纷促销,不限制流量的独立服务器起步99美元,这个还未曾有过。第一、鲨鱼机房服务器方案洛杉矶机房,默认1Gbps带宽,不限流量,自带5个IPv4,免费60Gbps / 48Mpps DDoS防御。C...
对于DMIT商家已经关注有一些时候,看到不少的隔壁朋友们都有分享到,但是这篇还是我第一次分享这个服务商。根据看介绍,DMIT是一家成立于2017年的美国商家,据说是由几位留美学生创立的,数据中心位于香港、伯力G-Core和洛杉矶,主打香港CN2直连云服务器、美国CN2直连云服务器产品。最近看到DMIT商家有对洛杉矶CN2 GIA VPS端口进行了升级,不过价格没有变化,依然是季付28.88美元起。...
pagerank为你推荐
新iphone也将禁售苹果ID换了个新的怎么还是停用cisco2960配置思科的交换机怎么配置sqlserver数据库如何登陆sql server中的数据库字节跳动回应TikTok易主贾斯汀比伯的confident他在mv女主说了什么,大神回复,采纳字节跳动回应TikTok易主抖音字节跳动是什么意思?internetexplorer无法打开Internet Explorer 打不开了360arp防火墙在哪360ARP防火墙平阴县教育和体育局下属锦东小学教学设备采购项目竞争性磋商文件加多宝和王老吉王老吉和加多宝是什么关系温州商标注册温州注册商标需要注册公司吗
服务器评测 burstnet 美国主机推荐 北京主机 英文站群 中国智能物流骨干网 新天域互联 秒杀汇 php空间购买 台湾谷歌 国外ip加速器 空间登陆首页 网通服务器 百度云空间 贵阳电信 酸酸乳 中国联通宽带测速 空间服务器 windowsserver2008 forwarder 更多