Skip to content

Instantly share code, notes, and snippets.

@talegari
Last active August 5, 2022 01:59
Show Gist options
  • Star 24 You must be signed in to star a gist
  • Fork 8 You must be signed in to fork a gist
  • Save talegari/77c90db326b4848368287e53b1a18e8d to your computer and use it in GitHub Desktop.
Save talegari/77c90db326b4848368287e53b1a18e8d to your computer and use it in GitHub Desktop.
R libraries for recommender systems

R libraries for recommender systems

A list of R libraries for Recommender systems. Most of the libraries are good for quick prototyping.

Maintainer: Srikanth KS(talegari) Email: gmail me at sri dot teach (do write to me about packages ommited)

Package Dev page Description
recommenderlab github Provides a research infrastructure to test and develop recommender algorithms including UBCF, IBCF, FunkSVD and association rule-based algorithms
rrecsys github Implementations of several popular recommendation systems like Global/Item/User-Average baselines, Item-Based KNN, FunkSVD, BPR and weighted ALS for rapid prototyping
recosystem github R wrapper of the 'libmf' library (http://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
rectools github Advanced Package for Recommender Systems to incorporate user and item covariate information, including item category preferences with Parallel computation, Novel variations on statistical latent factor model, Focus group finder, NMF, ANOVA, cosine models

Non-negative Matrix Factorization and variants

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment