📚 node [[weighted_alternating_least_squares_(wals)]]
📓
garden/KGBicheno/Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/Weighted_Alternating_Least_Squares_(Wals).md by @KGBicheno
Weighted Alternating Least Squares (WALS)
Go back to the [[AI Glossary]]
An algorithm for minimizing the objective function during matrix factorization in recommendation systems, which allows a downweighting of the missing examples. WALS minimizes the weighted squared error between the original matrix and the reconstruction by alternating between fixing the row factorization and column factorization. Each of these optimizations can be solved by least squares convex optimization. For details, see the Recommendation Systems course
📖 stoas
- public document at doc.anagora.org/weighted_alternating_least_squares_(wals)
- video call at meet.jit.si/weighted_alternating_least_squares_(wals)
🔎 full text search for 'weighted_alternating_least_squares_(wals)'