Skip to content

ShreyaaTripathi/SVD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

SVD stands for Singular Value Decomposition, and it is a mathematical technique used in linear algebra. Singular Value Decomposition breaks down a matrix into three other matrices, revealing the underlying structure and patterns within the original matrix. It has applications in various fields, including signal processing, statistics, machine learning, and data analysis.

A=UΣV^T where: U is an orthogonal matrix containing the left singular vectors. Σ is a diagonal matrix containing the singular values. V^T is the transpose of an orthogonal matrix containing the right singular vectors.

About

Implementation of SVD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published