Matrix Factorization
1 min readOct 26, 2016
Matrix Factorization is one of the popular algorithm to solve the co-clustering problem for collaborative recommendation system. Matrix factorization characterizes each item by a vector of attributes or features inferred from the rating pattern. (to be continued.)