back to indexGilbert Strang: Singular Value Decomposition
Chapters
0:0 Intro
0:13 Linear Algebra
1:8 Rectangle of Numbers
1:37 Singular Values
3:2 Theorem
3:49 Bottom
00:00:00.000 |
- So what concept or theorem in linear algebra 00:00:33.560 |
so we have a matrix, that's like the basic thing, 00:00:36.760 |
a rectangle of numbers and might be a rectangle of data. 00:00:40.640 |
You're probably gonna ask me later about data science 00:00:48.360 |
You have, you know, maybe every column corresponds 00:00:52.920 |
to a drug and every row corresponds to a patient 00:00:58.320 |
and if the patient reacted favorably to the drug, 00:01:03.320 |
then you put up some positive number in there. 00:01:07.160 |
Anyway, rectangle of numbers, a matrix is basic. 00:01:12.160 |
So the big problem is to understand all those numbers. 00:01:22.600 |
And so one of the ways to break down that matrix 00:01:28.600 |
into simple pieces is uses something called singular values. 00:01:33.600 |
And that's come on as fundamental in the last, 00:01:42.440 |
Eigenvalues, if you have viewers who've done engineering, 00:01:48.000 |
math or basic linear algebra, eigenvalues were in there. 00:02:03.760 |
I'm always pushing math faculty, get on, do it, do it, 00:02:22.920 |
So you're breaking a matrix into simple pieces. 00:02:27.080 |
And the first piece is the most important part of the data. 00:02:31.280 |
The second piece is the second most important part. 00:02:34.160 |
And then often, so a data scientist will like, 00:02:39.160 |
if a data scientist can find those first and second pieces, 00:02:58.200 |
- So what do you find beautiful about singular values? 00:03:07.440 |
Every matrix, every matrix, rectangular, square, whatever, 00:03:12.440 |
it can be written as a product of three very simple, 00:03:19.340 |
Every matrix can be written as a rotation times a stretch, 00:03:28.320 |
otherwise all zeros except on the one diagonal. 00:03:32.200 |
And then the third factor is another rotation. 00:03:36.000 |
So rotation, stretch, rotation is the breakup of any matrix. 00:03:41.000 |
- The structure of that, the ability that you can do that, 00:03:52.240 |
the action of a matrix is not so easy to visualize, 00:04:08.760 |
So a pilot has to know about, well, what are the three, 00:04:14.860 |
I've forgotten all the three turns that a pilot makes. 00:04:18.760 |
Up to 10 dimensions, you've got 10 ways to turn, 00:04:26.540 |
Take the space and turn it, and you can visualize a stretch. 00:04:30.100 |
So to break a matrix with all those numbers in it