Collaborative Filtering

374 papers with code • 1 benchmarks • 4 datasets

This task has no description! Would you like to contribute one?

Libraries

Use these libraries to find Collaborative Filtering models and implementations

Most implemented papers

A Neural Autoregressive Approach to Collaborative Filtering

dsanno/chainer-cf-nade 31 May 2016

This paper proposes CF-NADE, a neural autoregressive architecture for collaborative filtering (CF) tasks, which is inspired by the Restricted Boltzmann Machine (RBM) based CF model and the Neural Autoregressive Distribution Estimator (NADE).

StarSpace: Embed All The Things!

facebookresearch/StarSpace 12 Sep 2017

A framework for training and evaluating AI models on a variety of openly available dialogue datasets.

Variational Autoencoders for Collaborative Filtering

dawenl/vae_cf 16 Feb 2018

We introduce a generative model with multinomial likelihood and use Bayesian inference for parameter estimation.

HybridSVD: When Collaborative Information is Not Enough

Evfro/polara 18 Feb 2018

We propose a new hybrid algorithm that allows incorporating both user and item side information within the standard collaborative filtering technique.

Local Popularity and Time in top-N Recommendation

sisinflab/recommenders 11 Jul 2018

Items popularity is a strong signal in recommendation algorithms.

A Hybrid Variational Autoencoder for Collaborative Filtering

kilolgupta/Variational-Autoencoders-Collaborative-Filtering 14 Jul 2018

Our approach combines movie embeddings (learned from a sibling VAE network) with user ratings from the Movielens 20M dataset and applies it to the task of movie recommendation.

Algorithm Selection for Collaborative Filtering: the influence of graph metafeatures and multicriteria metatargets

tiagodscunha/cf2vec 23 Jul 2018

However, the results have shown that the feature selection procedure used to create the comprehensive metafeatures is is not effective, since there is no gain in predictive performance.

NAIS: Neural Attentive Item Similarity Model for Recommendation

AaronHeee/Neural-Attentive-Item-Similarity-Model 19 Sep 2018

As such, the key to an item-based CF method is in the estimation of item similarities.

Multi-Task Feature Learning for Knowledge Graph Enhanced Recommendation

hwwang55/MKR 23 Jan 2019

Collaborative filtering often suffers from sparsity and cold start problems in real recommendation scenarios, therefore, researchers and engineers usually use side information to address the issues and improve the performance of recommender systems.

Joint Neural Collaborative Filtering for Recommender Systems

MTC-ETH/RecommenderSystems 8 Jul 2019

Deep feature learning extracts feature representations of users and items with a deep learning architecture based on a user-item rating matrix.