Skip to content
AI360Xpert
Glossary
Definition

Singular Value Decomposition

A fundamental linear algebra technique that factorizes any complex matrix into three simpler matrices, isolating its most important structural components.

Think of It Like This

Like breaking down a complex musical chord into the three pure, individual tuning fork tones that perfectly combine to create it.

SVD mathematically proves that a large matrix can be approximated by a lower-rank version. It is heavily utilized for dimensionality reduction, noise filtering, and recommender systems (matrix factorization). In modern deep learning, it is occasionally used to analyze weight matrices or drastically compress models for edge deployment.