Skip to content

SVD is basically a matrix factorization technique, which decomposes any matrix into 3 generic and familiar matrices. It has some cool applications in Machine Learning and Image Processing.

Notifications You must be signed in to change notification settings

fsarab/SVD-Applications

Repository files navigation

Singular Value Decomposition

Singular value decomposition (SVD) is a linear algebra technique where a matrix is factored into product of three matrices, that is A = UΣVT. Σ is a diagonal matrix and its entries are called singular values. Interestingly for an image, only the top few singular values contains most of the "information" to represent the image. For further information refer: https://en.wikipedia.org/wiki/Singular_value_decomposition

Logo

About Me

I'm M.Sc student in Computer Science at Tehran-Polytechnic (AUT) and interested research in Machine Learning ,Natural Language Processing and Data Science.

🔗 Links

linkedin

About

SVD is basically a matrix factorization technique, which decomposes any matrix into 3 generic and familiar matrices. It has some cool applications in Machine Learning and Image Processing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages