Matrix Norms : Data Science Basics

preview_player
Показать описание
What does it mean to take the norm of a matrix?

Vector Norms Video:

Eigenvalues and Eigenvectors Video:
Рекомендации по теме
Комментарии
Автор

Thank you this is the clearest video on matrix norms I've watched so far

florawang
Автор

We’re saying “OK, matrix, you’re allowed to have...” 🤣🤣🤣🤣 so stressful for her 🤣🤣

robertc
Автор

You make studying fun! Thank you so much, I loved watching this. It wasn't a chore after a bit, I was in bliss from how cool the math was.

jtm
Автор

Thanks for all this lectures, very clear.

angelmcorrea
Автор

I was struggling so hard and finding anything on the internet. Thank God I found your Video.

hba
Автор

Amazing video! Super brief and to the point and super clear! Thanks so much for all your help!

sofiyavyshnya
Автор

I swere to god I watched the uni lecture 3 times i had no ideea what they were talking about. In less than 10 minutes it now makes sense. Thank you!

teodorvijiianu
Автор

This Channel Changed My way of thinking.. THANK YOU MAN

jacob_dmn
Автор

very focused and clear explanation, much appreciated.

haimteicherteicher
Автор

Thank you for your clear and intuitive descriptions :)

tyflehd
Автор

Thank you bro! Huge Respect from Ukraine!

ЕгорРудица
Автор

could you give me the detaied discussion of that property mentioned

youlongding
Автор

Precise yet detailed explanation. Great work.

emmanuelamankwaaadjei
Автор

Thank u! I am just wondering if a non-square matrix has a norm as well. Why you give [ui ui...ui] the matrix rather than the nx1size matrix [ui]?

邱越-nu
Автор

This would be applicable for only square matrices right? How we calculate 2-norms for rectangular(non-square) matrices, Thanks!

srs.shashank
Автор

I think that this video does not give a good, human-like explanation. I have figured out this thing from other sources after some time and I will leave my attempt of explanation here.

For vectors, you would usually want to know how big they are, based on their length. Applying the Pythagoras theorem, would give that ||v||2 = sqrt(x^2 + y^2 + z^2 + ...), which is considered a 2-norm (or Euclidean norm) and can be used to measure the length of a vector in an nD space. As it turns out, these are not the only ways of measuring length of vectors, as there are different norms (And a generalized formula for an n-norm), like 1-norm (Manhattan norm), which gives the total distance to walk in straight lines: ||v||1 = |x| + |y| + |z| + ... . Last important norm is the infinity-norm, which lightly speaking tells that if you were a chess king piece on a plane, how many moves would you have to perform to get to the tip of the vector: ||v||inf = max(x, y, z, ...). All of those n-norms have a visualization, which is just a graph which you obtain after assuming the length of a vector is 1 and transforming the given formulas.
1 = sqrt(x^2 + y^2)
1^2 = x^2 + y^2
y^2 = 1 - x^2
y = sqrt(1-x^2) or y = -sqrt(1-x^2)
(Fun Fact: That is the equation for a circle, and you can technically integrate that to get its area to obtain the value of pi, which is what Newton did to calculate the precise value of pi for the first time in history - Watch "The Discovery That Transformed Pi" by Veritassium)


As it turns out it is also useful to measure how big the output of a matrix can get! For example if the maximum length of an output vector would be zero, you would know that the matrix gives a 0 to every vector it gets, so it is useless in many cases. This is literally a matrix norm. The matrix 2-norm means that the length of a vector will be measured by the 2-norm method I explained below. So to get that matrix norm, just plug in every possible vector with length 1 and find the output vector with maximum length.

I hope I have helped someone in despair. I was just really frustrated how everyone on the internet just reads out the formulas and hopes the viewer will memorize them without any understanding. If there is something wrong in my comment, don't hesitate to give a reply there!

maciejgarbacz
Автор

4:22 Could you please provide me the information on how could I find a proof for that?

juneshgautam
Автор

Thank you for the explanation. I have a question
Does this spectral norm ( 2-norm) show the "size" of the matrix just like Frobenius norm?
I know that 2 norm of matrix shows the maximum singular value of a matrix
and the Frobenius norm shows the "size" of a matrix
But I am confused when you use 2 norm to compare the matrices
When I want to compare 2 matrices, which one is better to use?

manhhungnguyen
Автор

Hi I really enjoy your content! Quick question here, what you mean with '' bigger output "? Perhaps that with a matrix A you can span most of 'y' that belongs to R^m with the vector x that belongs to R^n ? Bit confused here, thanks for your help.

EmilioGarcia_
Автор

Applicable and accent-free study material. Greatly appreciated!

Posejdonkon