Other packages > Find by keyword >

cmfrec  

Collective Matrix Factorization for Recommender Systems
View on CRAN: Click here


Download and install cmfrec package within the R console
Install from CRAN:
install.packages("cmfrec")

Install from Github:
library("remotes")
install_github("cran/cmfrec")

Install by package version:
library("remotes")
install_version("cmfrec", "3.5.1-3")



Attach the package and use:
library("cmfrec")
Maintained by
David Cortes
[Scholar Profile | Author Map]
First Published: 2020-11-23
Latest Update: 2023-12-09
Description:
Collective matrix factorization (a.k.a. multi-view or multi-way factorization, Singh, Gordon, (2008) ) tries to approximate a (potentially very sparse or having many missing values) matrix 'X' as the product of two low-dimensional matrices, optionally aided with secondary information matrices about rows and/or columns of 'X', which are also factorized using the same latent components. The intended usage is for recommender systems, dimensionality reduction, and missing value imputation. Implements extensions of the original model (Cortes, (2018) ) and can produce different factorizations such as the weighted 'implicit-feedback' model (Hu, Koren, Volinsky, (2008) ), the 'weighted-lambda-regularization' model, (Zhou, Wilkinson, Schreiber, Pan, (2008) ), or the enhanced model with 'implicit features' (Rendle, Zhang, Koren, (2019) ), with or without side information. Can use gradient-based procedures or alternating-least squares procedures (Koren, Bell, Volinsky, (2009) ), with either a Cholesky solver, a faster conjugate gradient solver (Takacs, Pilaszy, Tikk, (2011) ), or a non-negative coordinate descent solver (Franc, Hlavac, Navara, (2005) ), providing efficient methods for sparse and dense data, and mixtures thereof. Supports L1 and L2 regularization in the main models, offers alternative most-popular and content-based models, and implements functionality for cold-start recommendations and imputation of 2D data.
How to cite:
David Cortes (2020). cmfrec: Collective Matrix Factorization for Recommender Systems. R package version 3.5.1-3, https://cran.r-project.org/web/packages/cmfrec. Accessed 04 Apr. 2025.
Previous versions and publish date:
2.3.0 (2020-11-23 10:50), 2.3.2 (2020-11-23 17:30), 2.4.1 (2021-01-06 11:50), 2.4.2 (2021-01-10 16:20), 2.4.5 (2021-03-01 19:40), 3.1.0 (2021-05-20 22:30), 3.1.2 (2021-06-28 06:50), 3.2.1 (2021-07-29 20:50), 3.2.2-1 (2021-09-26 06:30), 3.2.2-2 (2021-11-07 21:10), 3.2.2 (2021-07-30 10:00), 3.3.0 (2022-01-03 14:40), 3.3.1 (2022-01-05 16:50), 3.4.1 (2022-02-10 01:30), 3.4.2 (2022-02-10 15:10), 3.4.3-2 (2022-10-25 19:35), 3.4.3 (2022-07-09 17:50), 3.5.0 (2022-11-26 16:10), 3.5.1-1 (2023-04-11 19:00), 3.5.1-2 (2023-11-28 19:10), 3.5.1 (2023-03-08 23:10)
Other packages that cited cmfrec R package
View cmfrec citation profile
Other R packages that cmfrec depends, imports, suggests or enhances
Complete documentation for cmfrec
Downloads during the last 30 days
03/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/03Downloads for cmfrec010203040506070TrendBars

Today's Hot Picks in Authors and Packages

PakPMICS2014HH  
Multiple Indicator Cluster Survey (MICS) 2014 Household Questionnaire Data for Punjab, Pakistan
Provides data set and function for exploration of Multiple Indicator Cluster Survey (MICS) 2014 Hous ...
Download / Learn more Package Citations See dependency  
GeDS  
Geometrically Designed Spline Regression
Spline Regression, Generalized Additive Models, and Component-wise Gradient Boosting, utilizing Geo ...
Download / Learn more Package Citations See dependency  
metaprotr  
Metaproteomics Post-Processing Analysis
Set of tools for descriptive analysis of metaproteomics data generated from high-throughput mass ...
Download / Learn more Package Citations See dependency  
perryExamples  
Examples for Integrating Prediction Error Estimation into Regression Models
Examples for integrating package 'perry' for prediction error estimation into regression models. ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
Rexperigen  
R Interface to Experigen
Provides convenience functions to communicate with an Experigen server: Experigen ( ...
Download / Learn more Package Citations See dependency  

23,990

R Packages

207,311

Dependencies

64,809

Author Associations

23,991

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA