- 1、本文档共28页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
matlab关于矩阵分解与变换常用命令介绍
Rank of a Matrix rank(A) (the rank of a m-by-n matrix A) is The maximal number of linearly independent columns =The maximal number of linearly independent rows =The dimension of col(A) =The dimension of row(A) If A is n by m, then rank(A)= min(m,n) If n=rank(A), then A has full row rank If m=rank(A), then A has full column rank Inverse of a matrix Inverse of a square matrix A, denoted by A-1 is the unique matrix s.t. AA-1 =A-1A=I (identity matrix) If A-1 and B-1 exist, then (AB)-1 = B-1A-1, (AT)-1 = (A-1)T For orthonormal matrices For diagonal matrices Dimensions By Thomas Minka. Old and New Matrix Algebra Useful for Statistics Examples / Singular Value Decomposition(SVD) Any matrix A can be decomposed as A=UDVT, where D is a diagonal matrix, with d=rank(A) non-zero elements The fist d rows of U are orthogonal basis for col(A) The fist d rows of V are orthogonal basis for row(A) Applications of the SVD Matrix Pseudoinverse Low-rank matrix approximation Eigen Value Decomposition Any symmetric matrix A can be decomposed as A=UDUT, where D is diagonal, with d=rank(A) non-zero elements The fist d rows of U are orthogonal basis for col(A)=row(A) Re-interpreting Ab First stretch b along the direction of u1 by d1 times Then further stretch it along the direction of u2 by d2 times Low-rank Matrix Inversion In many applications (e.g. linear regression, Gaussian model) we need to calculate the inverse of covariance matrix XTX (each row of n-by-m matrix X is a data sample) If the number of features is huge (e.g. each sample is an image, #sample n#feature m) inverting the m-by-m XTX matrix becomes an problem Complexity of matrix inversion is generally O(n3) Matlab can comfortably solve matrix inversion with m=thousands, but not much more than that Low-rank Matrix Inversion With the help of SVD, we actually do NOT need to explicitly invert XTX Decompose X=UDVT Then XTX = VDUTUDVT = VD2VT Since V(D2)VTV(D2)-1VT=I We know that (XTX )-1= V(D2)-1VT Inver
您可能关注的文档
- 2016年春季西南大学网教平时作业---多媒体制作解答.docx
- 2016年春《计算机图形学》作业 (解答).docx
- 2016年怀化市高三期末考试物理试卷以和参考解答.doc
- 2015辐射防护和济量第四章.ppt
- 2016年沪教版九年级化学全册单元测试: 第2单元 身边化学物质(c卷,解析版).doc
- 2016年江苏导游年审参考解答.doc
- 2016年继续教育“管理会计之-内部控制”试题和解答.docx
- 2016年北京市春季普通高中会考地理试卷(含解答).doc
- 2016注册监理工程师继续教育必修课82分真题(含解答).docx
- 2016科学启蒙解答.docx
- 2024-2025学年度怀化职业技术学院《形势与政策》期末考试检测卷及答案详解(典优).docx
- DB42T 1122-2015 绿色食品 杏鲍菇生产技术规程.docx
- DB42T 1073-2015 地理标志产品 神农百花蜜.docx
- DB42T 1024-2014 牛支原体肺炎诊断技术规程.docx
- DB42T 473-2021 早熟桃生产技术规程.docx
- DB42T 353-2011 地理标志产品 九资河茯苓.docx
- DB42T 350-2011 地理标志产品 来凤漆筷.docx
- DB42T 349.8-2015 武汉市主要行业取(用)水定额 第8部分:饮料制造.docx
- DB42T 1081-2015 湖北省土地整治工程量清单计价规范.docx
- DB42T 1010-2014 地理标志产品 老君眉茶.docx
文档评论(0)