yixuan/recosystem: Recommender System using Matrix Factorization

R wrapper of the 'libmf' library <https://www.csie.ntu.edu.tw/~cjlin/libmf/> for recommender system using matrix factorization. It is typically used to approximate an incomplete matrix using the product of two matrices in a latent space. Other common names for this task include "collaborative filtering", "matrix completion", "matrix recovery", etc. High performance multi-core parallel computing is supported in this package.

Getting started

Package details

AuthorYixuan Qiu, David Cortes, Chih-Jen Lin, Yu-Chin Juan, Wei-Sheng Chin, Yong Zhuang, Bo-Wen Yuan, Meng-Yuan Yang, and other contributors. See file AUTHORS for details.
MaintainerYixuan Qiu <yixuan.qiu@cos.name>
LicenseBSD_3_clause + file LICENSE
Version0.5.1
URL https://github.com/yixuan/recosystem
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("yixuan/recosystem")
yixuan/recosystem documentation built on May 6, 2023, 9:26 a.m.