paper-with-me

Papers

A Refined SVD Algorithm for Collaborative Filtering

2020-12-13 · Marko Kabić, Gabriel Duque López, Daniel Keller

Collaborative filtering tries to predict the ratings of a user over some items based on opinions of other users with similar taste. The ratings are usually given in the form of a sparse matrix, the goal being to find the missing entries (i.e. ratings). Various approaches to collaborative filtering exist, some of the most popular ones being the Singular Value Decomposition (SVD) and K-means clustering. One of the challenges in the SVD approach is finding a good initialization of the unknown ratings. A possible initialization is suggested by [1]. In this paper we explain how K-means approach can be used to achieve the further refinement of this initialization for SVD. We show that our technique outperforms both initialization techniques used separately.

📄 PDF Abstract BibTeX arXiv:2012.06923

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringCollaborative Filtering

Similar Papers 제목 키워드 기반

RGCF: Refined Graph Convolution Collaborative Filtering with concise and expressive embedding

2020-07-07 · Kang Liu, Feng Xue, Richang Hong

Graph Convolution Network (GCN) has attracted significant attention and become the most popular method for learning graph representations. In recent years, many efforts have been focused on integrating GCN into the recom…

Collaborative Filtering

Neural content-aware collaborative filtering for cold-start music recommendation

2021-02-24 · Paul Magron, Cédric Févotte

State-of-the-art music recommender systems are based on collaborative filtering, which builds upon learning similarities between users and songs from the available listening data. These approaches inherently face the col…

Collaborative FilteringMusic RecommendationRecommendation Systems

Trading Personalization for Accuracy: Data Debugging in Collaborative Filtering

2020-12-01 · NeurIPS 2020 12 · Long Chen, Yuan YAO, Feng Xu, Miao Xu 외

Collaborative filtering has been widely used in recommender systems. Existing work has primarily focused on improving the prediction accuracy mainly via either building refined models or incorporating additional side inf…

Collaborative FilteringRecommendation Systems

Automatic Feature Induction for Stagewise Collaborative Filtering

2012-12-01 · NeurIPS 2012 12 · Joonseok Lee, Mingxuan Sun, Seungyeon Kim, Guy Lebanon

Recent approaches to collaborative filtering have concentrated on estimating an algebraic or statistical model, and using the model for predicting missing ratings. In this paper we observe that different models have rela…

Collaborative Filtering

Regret Guarantees for Item-Item Collaborative Filtering

2015-07-20 · Guy Bresler, Devavrat Shah, Luis F. Voloch

There is much empirical evidence that item-item collaborative filtering works well in practice. Motivated to understand this, we provide a framework to design and analyze various recommendation algorithms. The setup amou…

Collaborative FilteringMatrix Completion