Singular Value Decomposition (SVD): Mathematical Overview
3
Singular Value Decomposition (SVD): Matrix Approximation
4
Singular Value Decomposition (SVD): Dominant Correlations
5
SVD: Image Compression [Matlab]
6
SVD: Image Compression [Python]
7
The Frobenius Norm for Matrices
8
SVD Method of Snapshots
9
Matrix Completion and the Netflix Prize
10
Unitary Transformations
11
Unitary Transformations and the SVD [Matlab]
12
Unitary Transformations and the SVD [Python]
13
Linear Systems of Equations, Least Squares Regression, Pseudoinverse
14
Least Squares Regression and the SVD
15
Linear Systems of Equations
16
Linear Regression
17
Linear Regression 1 [Matlab]
18
Linear Regression 2 [Matlab]
19
Linear Regression 1 [Python]
20
Linear Regression 2 [Python]
21
Linear Regression 3 [Python]
22
Principal Component Analysis (PCA)
23
Principal Component Analysis (PCA) [Matlab]
24
Principal Component Analysis (PCA) 1 [Python]
25
Principal Component Analysis (PCA) 2 [Python]
26
SVD: Eigenfaces 1 [Matlab]
27
SVD: Eigenfaces 2 [Matlab]
28
SVD: Eigenfaces 3 [Matlab]
29
SVD: Eigenfaces 4 [Matlab]
30
SVD: Eigen Action Heros [Matlab]
31
SVD: Eigenfaces 1 [Python]
32
SVD: Eigenfaces 2 [Python]
33
SVD: Eigenfaces 3 [Python]
34
SVD and Optimal Truncation
35
SVD: Optimal Truncation [Matlab]
36
SVD: Optimal Truncation [Python]
37
SVD and Alignment: A Cautionary Tale
38
SVD: Importance of Alignment [Python]
39
SVD: Importance of Alignment [Matlab]
40
Randomized Singular Value Decomposition (SVD)
41
Randomized SVD: Power Iterations and Oversampling
42
Randomized SVD Code [Matlab]
43
Randomized SVD Code [Python]
Description:
Dive deep into the Singular Value Decomposition (SVD) algorithm through this comprehensive 7-hour lecture series based on Chapter 1 of "Data-Driven Science and Engineering: Machine Learning, Dynamical Systems, and Control" by Brunton and Kutz. Explore SVD's mathematical foundations, matrix approximation techniques, and applications in image compression, matrix completion, and the Netflix Prize. Learn about unitary transformations, linear systems of equations, least squares regression, and the pseudoinverse. Discover Principal Component Analysis (PCA) and its implementation in MATLAB and Python. Investigate eigenfaces, optimal truncation, and the importance of alignment in SVD. Conclude with an examination of randomized SVD techniques, including power iterations and oversampling, with practical code examples in both MATLAB and Python.