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
ucloud美国云服务器怎么样?ucloud是国内知名云计算品牌服务商家,目前推出全球多地机房的海外云服务器。UCloud主打的优势是海外多机房,目前正在进行的2021全球大促活动参与促销的云服务器机房就多达18个。UCloud新一代旗舰产品快杰云服务器已上线洛杉矶节点,覆盖北美和亚太地区,火热促销中, 首月低至7元,轻松体验具备优秀性能与极高性价比的快杰云服务器。点击进入:ucloud美国洛杉矶...
atcloud主要提供常规cloud(VPS)和storage(大硬盘存储)系列VPS,其数据中心分布在美国(俄勒冈、弗吉尼亚)、加拿大、英国、法国、德国、新加坡,所有VPS默认提供480Gbps的超高DDoS防御+不限流量,杜绝DDoS攻击骚扰,比较适合海外建站等相关业务。ATCLOUD.NET是一家成立于2020年的海外主机商,主要提供KVM架构的VPS产品、LXC容器化产品、权威DNS智能解...
buyvm的第四个数据中心上线了,位于美国东南沿海的迈阿密市。迈阿密的VPS依旧和buyvm其他机房的一样,KVM虚拟,Ryzen 9 3900x、DDR4、NVMe、1Gbps带宽、不限流量。目前还没有看见buyvm上架迈阿密的block storage,估计不久也会有的。 官方网站:https://my.frantech.ca/cart.php?gid=48 加密货币、信用卡、PayPal、...
pagerank为你推荐
centos6.5centos 6.5服务器基本配置有哪些搜狗360360浏览器为什么不能让我自动登录了googlepr值seo谷歌pr值和什么有关系cisco2960思科的2950和2960;3560和3750的区别在哪?flashfxp下载求最新无需注册的FlashFXP下载地址360防火墙在哪里设置360安全防护中心在哪X1080012高等数学Ⅱ课程教学大纲闪拍网闪拍网是真的吗即时通如何使用即时通啊oa办公软件价格一套专业版的oa办公系统多少钱?
成都虚拟空间 泛域名解析 域名抢注工具 59.99美元 idc评测网 外国空间 网站保姆 圣诞节促销 小米数据库 个人免费主页 360云服务 联通网站 中国电信测速网站 华为云建站 免费网络空间 netvigator 789电视剧网 hdroad godaddyssl sonya 更多