the.ai

Recommenders / Methods

verified

Matrix Factorization

Give every user and every item a short vector, and predict an interaction by their dot product. Fit the vectors so the products match what was observed. It won the Netflix Prize, it is still a strong baseline, and it is the same low-rank idea that appears everywhere else in this graph — here applied to a matrix of behaviour rather than of weights.

Viz primitive · update-spectrumrank-truncation = 0.2 · bars = 16

16 values. The left group decays steeply; the right group is 36% of the way to flat, and reads flatter than the left.

Singular values of the interaction matrix, full and truncated to the factors kept. Drag the truncation up to watch the spectrum flatten — how far you can push this before recommendations degrade is the question the whole method rests on.

0.2

Reviewed by opendroid · 2026-08-18

Origin · not linkable

  • Koren et al. 2009 — Matrix Factorization Techniques for Recommender Systems · IEEE Computer 42(8) · doi:10.1109/MC.2009.263