Matrix factorization for recsys — objective.
mediumAnswer
- Model rating ≈ ' * where ∈ is user vector, is item vector.
- Minimize Σ over observed entries.
- Solved with SGD or ALS.
- Handles missing entries naturally (only sum over observed).
- Extensions: biases , implicit feedback (BPR loss, weighted ALS in Spark).
Check yourself — multiple choice
- Random
- ≈ ' minimizing squared error + L2 regularization over observed entries; SGD or ALS; extended with biases + implicit feedback (BPR)
- Same as OLS
- Not real
Recsys MF: ≈ ' via SGD/ALS; extensions for bias / implicit / BPR.
#applications#dimensionality-reduction
Practise Unsupervised Learning
214 interview questions in this topic.