Using Singular Value Decomposition to Build a Recommender System - MachineLearningMastery.com

Singular value decomposition is a very popular linear algebra technique to break down a matrix into the product of a few smaller matrices. In fact, it is a technique that has many uses. One example...

By · · 1 min read
Using Singular Value Decomposition to Build a Recommender System - MachineLearningMastery.com

Source: MachineLearningMastery.com

Singular value decomposition is a very popular linear algebra technique to break down a matrix into the product of a few smaller matrices. In fact, it is a technique that has many uses. One example is that we can use SVD to discover relationship between items. A recommender system can be build easily from this. […]