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.
Topic
Singular Value Decomposition (SVD)
This topic includes the following resources and journeys:
Filters
              
                
  
    
      
   
                
              
            
            Type
Experience
Scope
28 items
    SVD: Importance of Alignment [Python]
6 min
      
        
            Beginner
      
        
            Video
      
        
            Application
      
      This video describes the importance of aligning data when using the singular value decomposition (SVD) (Python code).
See MoreSVD: Eigen Action Heros [Matlab]
16 min
      
        
            Intermediate
      
        
            Video
      
        
            Application
      
      This video describes how the singular value decomposition (SVD) can be used to efficiently represent human faces. In this example, we represent action heros (Matlab).
See MoreLeast Squares Regression and the SVD
5 min
      
        
            Beginner
      
        
            Video
      
        
            Theory
      
      This video describes how the SVD can be used to solve linear systems of equations. In particular, it is possible to solve nonsquare systems (overdetermined or underdetermined) via least...
See More