Topic

 

Singular Value Decomposition (SVD)

In linear algebra, the singular value decomposition (SVD) is a factorization of a real or complex matrix that generalizes the eigendecomposition of a square normal matrix to any m × n matrix via an extension of the polar decomposition.

from Singular Value Decomposition - Wikipedia

This topic includes the following resources and journeys:

 

 

SVD: Eigenfaces 2 [Matlab]

Steve Brunton
8 min
Intermediate
Video
Application

This video describes how the singular value decomposition (SVD) can be used to efficiently represent human faces, in the so-called "eigenfaces" (Matlab code, part 2).

See More