Collaborative Filtering

370 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

Item2Vec: Neural Item Embedding for Collaborative Filtering

massquantity/LibRecommender 14 Mar 2016

Many Collaborative Filtering (CF) algorithms are item-based in the sense that they analyze item-item relations in order to produce item similarities.

Embarrassingly Shallow Autoencoders for Sparse Data

AmazingDD/daisyRec 8 May 2019

Combining simple elements from the literature, we define a linear model that is geared toward sparse data, in particular implicit feedback data for recommender systems.

Mixed Dimension Embeddings with Application to Memory-Efficient Recommendation Systems

facebookresearch/dlrm 25 Sep 2019

Embedding representations power machine intelligence in many applications, including recommendation systems, but they are space intensive -- potentially occupying hundreds of gigabytes in large-scale settings.

Collaborative Memory Network for Recommendation Systems

tebesu/CollaborativeMemoryNetwork 29 Apr 2018

We propose Collaborative Memory Networks (CMN), a deep architecture to unify the two classes of CF models capitalizing on the strengths of the global structure of latent factor model and local neighborhood-based structure in a nonlinear fashion.

Learning Heterogeneous Knowledge Base Embeddings for Explainable Recommendation

xiangwang1223/knowledge_graph_attention_network 9 May 2018

Specifically, we propose a knowledge-base representation learning framework to embed heterogeneous entities for recommendation, and based on the embedded knowledge base, a soft matching algorithm is proposed to generate personalized explanations for the recommended items.

Deep Reinforcement Learning based Recommendation with Explicit User-Item Interactions Modeling

sb-ai-lab/RePlay 29 Oct 2018

The DRR framework treats recommendation as a sequential decision making procedure and adopts an "Actor-Critic" reinforcement learning scheme to model the interactions between the users and recommender systems, which can consider both the dynamic adaptation and long-term rewards.

Towards an Appropriate Query, Key, and Value Computation for Knowledge Tracing

arshadshk/SAINT-pytorch 14 Feb 2020

To the best of our knowledge, this is the first work to suggest an encoder-decoder model for knowledge tracing that applies deep self-attentive layers to exercises and responses separately.

Hybrid Recommender System based on Autoencoders

fstrub95/Autoencoders_cf 24 Jun 2016

A standard model for Recommender Systems is the Matrix Completion setting: given partially known matrix of ratings given by users (rows) to items (columns), infer the unknown ratings.

Neural Collaborative Filtering vs. Matrix Factorization Revisited

google-research/google-research 19 May 2020

This approach is often referred to as neural collaborative filtering (NCF).

Feature-Weighted Linear Stacking

fukatani/stacked_generalization 3 Nov 2009

Ensemble methods, such as stacking, are designed to boost predictive accuracy by blending the predictions of multiple machine learning models.