Matrix Factorization

Collaborative filtering is a technique used in recommendation systems. It analyzes relationships between users and interdependencies among products to identify new user-item associations. A method of collaborative filtering uses matrix factorization. In its basic form, matrix factorization characterizes both items and users by vectors of factors inferred from item rating patterns.

Parameters

  • nn: dimension of matrix

Related Problems


Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 3 of 3 algorithms

See more
Cholesky Decomposition1983O(n2)O(n^2)O(n2)O(n^2)
QR Matrix Decomposition1955O(n2)O(n^2)O(n2)O(n^2)
LU Matrix Decomposition1945O(n3)O(n^3)O(n2)O(n^2)

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table