1 / 4

Outline

Outline. Singular Value Decomposition Example of PCA: Eigenfaces. Singular Value Decomposition. A sample set of M N -dimensional points can be written as a matrix each row of which represents a sample point. PCA of the sample is then equivalent to solving the SVD

Télécharger la présentation

Outline

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Outline • Singular Value Decomposition • Example of PCA: Eigenfaces

  2. Singular Value Decomposition • A sample set of MN-dimensional points can be written as a matrix each row of which represents a sample point. • PCA of the sample is then equivalent to solving the SVD problem for this matrix; that is, finding the decomposition • W is diagonal matrix, V is orthogonal square matrix, columns of U are orthogonal, columns of V are orthogonal : Also

  3. SVD-remarks • Meaning: columns of V represent the KL transform axes, ordered by respective values in W (singular values), which are amount of variation, in descending order. • The new axes (columns of V) are also eigenvectors of XXT ifX is square matrix • From the orthogonal basis vectors given as columns of V we omit those to which correspond small values in W. • SVD provides unique decomposition for the given data. • Taking the first m<N eigenvectors (rows in VT) we get the optimal approximation in the sense of L2 norm.

  4. SVD-remarks • When M<N the singular values wj for j=M+1,…,N are zero.

More Related