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
JUSTG,这个主机商第二个接触到,之前是有介绍到有提供俄罗斯CN2 GIA VPS主机活动的,商家成立时间不久看信息是2020年,公司隶属于一家叫AFRICA CLOUD LIMITED的公司,提供的产品为基于KVM架构VPS主机,数据中心在非洲(南非)、俄罗斯(莫斯科),国内访问双向CN2,线路质量不错。有很多服务商实际上都是国人背景的,有的用英文、繁体搭建的冒充老外,这个服务商不清楚是不是真...
星梦云怎么样?星梦云好不好,资质齐全,IDC/ISP均有,从星梦云这边租的服务器均可以备案,属于一手资源,高防机柜、大带宽、高防IP业务,一手整C IP段,四川电信,星梦云专注四川高防服务器,成都服务器,雅安服务器 。官方网站:点击访问星梦云官网活动方案:1、成都电信年中活动机(封锁UDP,不可解封):机房CPU内存硬盘带宽IP防护流量原价活动价开通方式成都电信优化线路4vCPU4G40G+50...
如今我们网友可能较多的会选择云服务器、VPS主机,对于虚拟主机的话可能很多人不会选择。但是我们有些外贸业务用途的建站项目还是会有选择虚拟主机的。今天看到的Stablehost 商家虚拟主机在黑五期间也有四折优惠,对于这个服务商而言不是特别的喜欢,虽然他们商家和我们熟悉的老鹰主机商有些类似,且在后来老鹰主机改版和方案后,Stablehost 商家也会跟随改版,但是性价比认为不如老鹰主机。这次黑色星期...
pagerank为你推荐
2019支付宝五福2019年1月25日今天的支付宝集五福了吗?支付宝注册网站在哪里注册支付宝文档下载如何 下载 文库文件宜人贷官网宜信信用贷款上征信吗购物车在超市、商场中为什么需要使用购物车呢?瑞东集团海澜集团有限公司怎么样?三五互联股票三五互联是干什么的?团购程序什么是团购 团购的目的与流程开源网店开源网店iWebMall中会员管理包括哪些只要内容呢?关闭评论iOS12抖音直播怎样关闭评论?
krypt themeforest 火车票抢票攻略 ibox官网 阿里云浏览器 国外代理服务器地址 免费智能解析 paypal注册教程 常州联通宽带 域名与空间 中国电信测速网站 百度云空间 lamp什么意思 网页加速 稳定空间 攻击服务器 睿云 石家庄服务器 美国主机侦探 restart 更多