首页 > 其他 > 详细

Notes About Singular Value Decomposition

时间:2015-06-08 14:38:40      阅读:287      评论:0      收藏:0      [点我收藏+]

A brief summary of SVD:

An original matrix Amn is represented as a muliplication of three matrices:

    Amn = UmmSmnVnnT

The columns of U are the orthonormal engenvectors of AAT descendingly ordered by the corresponding eigenvalues, and the columns of V are the orthonormal engenvectors of ATA descendingly ordered by the corresponding eigenvalues. This also suggests that U and V are orthonormal (orthogonal) matrices. A characteristic of the two matrices is that the non-zero eigenvalues of U and V are always the same. is a diagonal matrix containing the square roots of eigenvalues from U and V in descending order. The diagonal entries in S are the singular values of A, the columns in U are called left singular vectors, and the columns in V are called right singular vectors.

Notes About Singular Value Decomposition

原文:http://www.cnblogs.com/waytofall/p/4560632.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!