[[
wikihub
]]
Search
⌘K
Explore
People
For Agents
Sign in
Explore
People
For Agents
Sign in
@jemoka / Jemoka Knowledge Base / wiki/concepts/alternating_least_squares.md
Suggest edit
Cancel
Submit suggestion
Title
Name
Note
--- title: "Alternating Least Squares" type: concept related: [Alternating Least Squares, Non Pathological Matricies, Matricies] source: https://www.jemoka.com/posts/kbhalternating_least_squares/ confidence: high status: active --- Alternating Least Squares is a method to Factoring a matrix into two components: \begin{equation} \mathcal{M}( R) \approx \mathcal{M}(U) \cdot \mathcal{M}(P) \end{equation} where, we want to come up matricies \(U\) and \(P\) with a certain side length \(k\) that we exdogenously come up with To perform Alternating Least Squares, we fix the values of either \(U\) or \(P\), then perform the least-squares optimization on (This is proven best-fit for “non-pathological matricies”)