paper-with-me

Papers

Recommender Systems with Random Walks: A Survey

2017-11-11 · Laknath Semage

Recommender engines have become an integral component in today's e-commerce systems. From recommending books in Amazon to finding friends in social networks such as Facebook, they have become omnipresent. Generally, recommender systems can be classified into two main categories: content based and collaborative filtering based models. Both these models build relationships between users and items to provide recommendations. Content based systems achieve this task by utilizing features extracted from the context available, whereas collaborative systems use shared interests between user-item subsets. There is another relatively unexplored approach for providing recommendations that utilizes a stochastic process named random walks. This study is a survey exploring use cases of random walks in recommender systems and an attempt at classifying them.

📄 PDF Abstract BibTeX arXiv:1711.04101

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringRecommendation SystemsSurvey

Similar Papers 제목 키워드 기반

Trust your neighbors: A comprehensive survey of neighborhood-based methods for recommender systems

2021-09-09 · Athanasios N. Nikolakopoulos, Xia Ning, Christian Desrosiers, George Karypis

Collaborative recommendation approaches based on nearest-neighbors are still highly popular today due to their simplicity, their efficiency, and their ability to produce accurate and personalized recommendations. This ch…

Recommendation Systems

Graph Convolutional Neural Networks for Web-Scale Recommender Systems

2018-06-06 · Rex Ying, Ruining He, Kai-Feng Chen, Pong Eksombatchai 외

Recent advancements in deep neural networks for graph-structured data have led to state-of-the-art performance on recommender system benchmarks. However, making these methods practical and scalable to web-scale recommend…

Recommendation Systems

div2vec: Diversity-Emphasized Node Embedding

2020-09-21 · Jisu Jeong, Jeong-Min Yun, Hongi Keam, Young-Jin Park 외

Recently, the interest of graph representation learning has been rapidly increasing in recommender systems. However, most existing studies have focused on improving accuracy, but in real-world systems, the recommendation…

DiversityGraph Representation LearningRecommendation SystemsRepresentation Learning

Finding Local Experts for Dynamic Recommendations Using Lazy Random Walk

2020-07-29 · Diyah Puspitaningrum, Julio Fernando, Edo Afriando, Ferzha Putra Utama 외

Statistics based privacy-aware recommender systems make suggestions more powerful by extracting knowledge from the log of social contacts interactions, but unfortunately, they are static. Moreover, advice from local expe…

Recommendation Systems

Frustrated Random Walks: A Fast Method to Compute Node Distances on Hypergraphs

2024-01-23 · Enzhi Li, Scott Nickleach, Bilal Fadlallah

A hypergraph is a generalization of a graph that arises naturally when attribute-sharing among entities is considered. Compared to graphs, hypergraphs have the distinct advantage that they contain explicit communities an…

AttributeRecommendation Systems