A Refined SVD Algorithm for Collaborative Filtering
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.
Code (0)
등록된 구현이 없습니다.
Tasks
ClusteringCollaborative FilteringSimilar Papers 제목 키워드 기반
RGCF: Refined Graph Convolution Collaborative Filtering with concise and expressive embedding
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 FilteringNeural content-aware collaborative filtering for cold-start music recommendation
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 SystemsTrading Personalization for Accuracy: Data Debugging in Collaborative Filtering
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 SystemsAutomatic Feature Induction for Stagewise Collaborative Filtering
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 FilteringRegret Guarantees for Item-Item Collaborative Filtering
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