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
今天有网友提到自己在Linux服务器中安装VNC桌面的时候安装都没有问题,但是在登录远程的时候居然有出现灰色界面,有三行代码提示"Accept clipboard from viewers,Send clipboard to viewers,Send primary selection to viewers"。即便我们重新登录也不行,这个到底如何解决呢?这里找几个可以解决的可能办法,我们多多尝试。...
说明一下:gcorelabs的俄罗斯远东机房“伯力”既有“Virtual servers”也有“CLOUD SERVICES”,前者是VPS,后者是云服务器,不是一回事;由于平日大家习惯把VPS和云服务器当做一回事儿,所以这里要特别说明一下。本次测评的是gcorelabs的cloud,也就是云服务器。 官方网站:https://gcorelabs.com 支持:数字加密货币、信用卡、PayPal...
Virmach商家我们是不是比较熟悉?速度一般,但是人家价格低,而且机房是比较多的。早年的时候有帮助一个有做外贸也许需要多个机房且便宜服务商的时候接触到这个商家,有曾经帮助够买过上百台这样的低价机器。这里需要提醒的,便宜但是速度一般,尤其是中文业务速度确实不快,如果是外贸业务,那肯定是没有问题。这几天,我们有看到Virmach推出了夏季优惠促销,VPS首年8折,最低年付仅7.2美元,多机房可选,如...
pagerank为你推荐
datehttp支持ipad中国企业信息网全国企业信息公示系统怎么查询企业信息dell服务器bios设置dell R410服务器 bios设置参数如何恢复出厂设置?波音737起飞爆胎为什么客机每次起飞都要先跑一段距离支付宝账户是什么支付宝账户是什么?X1080012高等数学Ⅱ课程教学大纲文档下载请问手机版wps如何把云文档下载到手机上的本地文档?抢米网抢小米手机需要下什么软件 速求400电话查询400电话号码可以查询归属地吗?办理400电话是不是很贵?
tk域名注册 vps是什么意思 域名备案网站 域名备案只选云聚达 拜登买域名批特朗普 t牌 免费主机 paypal认证 账号泄露 java空间 亚洲小于500m 阿里云浏览器 静态空间 adroit 服务器合租 鲁诺 上海服务器 免费私人服务器 根服务器 电信网络测速器 更多