Package: recosystem 0.5.1

Yixuan Qiu

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.

Authors:Yixuan 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.

recosystem_0.5.1.tar.gz
recosystem_0.5.1.tar.gz(r-4.5-noble)recosystem_0.5.1.tar.gz(r-4.4-noble)
recosystem_0.5.1.tgz(r-4.4-emscripten)recosystem_0.5.1.tgz(r-4.3-emscripten)
recosystem.pdf |recosystem.html
recosystem/json (API)
NEWS

# Install 'recosystem' in R:
install.packages('recosystem', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/yixuan/recosystem/issues

Uses libs:
  • c++– GNU Standard C++ Library v3
  • openmp– GCC OpenMP (GOMP) support library

5.08 score 1 stars 6 packages 92 scripts 1.4k downloads 7 exports 3 dependencies

Last updated 1 years agofrom:47326c505f. Checks:OK: 2. Indexed: no.

TargetResultDate
Doc / VignettesOKOct 11 2024
R-4.5-linux-x86_64OKOct 11 2024

Exports:data_filedata_matrixdata_memoryout_fileout_memoryout_nothingReco

Dependencies:floatRcppRcppProgress

recosystem: Recommender System Using Parallel Matrix Factorization

Rendered fromintroduction.Rmdusingknitr::rmarkdownon Oct 11 2024.

Last update: 2021-09-19
Started: 2014-09-03