Caesar AI Atlas

Weighted Alternating Least Squares (Взвешенный метод попеременных наименьших квадратов) (WALS)

Also known as: WALS

Caesar AI Atlas Definition

WALS (Weighted Alternating Least Squares) — это algorithm, используемый в matrix factorization, особенно для recommendation systems. Он минимизирует weighted squared error, поочередно оптимизируя user и item factors, позволяя downweight missing или less reliable observations.

Other Definitions

Weighted Alternating Least Squares (Взвешенный метод попеременных наименьших квадратов) Source

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.

Related Terms