码迷,mamicode.com
首页 > 其他好文 > 详细

Notes About Singular Value Decomposition

时间:2015-06-08 14:41:27      阅读:143      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!