paper-with-me

Papers

Session-based Recommendations with Recurrent Neural Networks

2015-11-21 · Balázs Hidasi, Alexandros Karatzoglou, Linas Baltrunas, Domonkos Tikk

We apply recurrent neural networks (RNN) on a new domain, namely recommender systems. Real-life recommender systems often face the problem of having to base recommendations only on short session-based data (e.g. a small sportsware website) instead of long user histories (as in the case of Netflix). In this situation the frequently praised matrix factorization approaches are not accurate. This problem is usually overcome in practice by resorting to item-to-item recommendations, i.e. recommending similar items. We argue that by modeling the whole session, more accurate recommendations can be provided. We therefore propose an RNN-based approach for session-based recommendations. Our approach also considers practical aspects of the task and introduces several modifications to classic RNNs such as a ranking loss function that make it more viable for this specific problem. Experimental results on two data-sets show marked improvements over widely used approaches.

📄 PDF Abstract BibTeX arXiv:1511.06939

Code (25)

PaddlePaddle/PaddleRec/tree/release/1.8.5/models/recall/gru4rec/ paddle
Songweiping/GRU4Rec_TensorFlow tf
UlionTse/mlgb pytorch
bekleyis95/RNN-RecSys pytorch
hidasib/GRU4Rec tf
hidasib/gru4rec_pytorch_official pytorch
hidasib/gru4rec_tensorflow_official tf
hu-dske/ILSTP tf
hungpthanh/gru4rec-pytorch pytorch
hungthanhpham94/GRU4REC-pytorch pytorch
ifuseok/TripRecommendation tf
jacklu2016/kerasGRU4Rec_c tf
lmcRS/AWS-recommendation-papers
maciejkula/spotlight pytorch
massquantity/LibRecommender tf
microsoft/recommenders tf
miniii222/Graduate-Paper tf
namthatman/Recommender-System
nggianno/thesis tf
nwuAI/Circular-Neural-Network-With-Time-Perception
paxcema/KerasGRU4Rec tf
varunnayak26/gru4rec-exercise
yeganegi-reza/torch-gru4rec pytorch
yhs968/pyGRU4REC pytorch
yoavnavon/GRU4REC-spotify tf

Tasks

Recommendation SystemsSession-Based Recommendations

Similar Papers 제목 키워드 기반

Personalizing Session-based Recommendations with Hierarchical Recurrent Neural Networks

2017-06-13 · Massimo Quadrana, Alexandros Karatzoglou, Balázs Hidasi, Paolo Cremonesi

Session-based recommendations are highly relevant in many modern on-line services (e.g. e-commerce, video streaming) and recommendation settings. Recently, Recurrent Neural Networks have been shown to perform very well i…

Session-Based Recommendations

Inter-Session Modeling for Session-Based Recommendation

2017-06-22 · Massimiliano Ruocco, Ole Steinar Lillestøl Skrede, Helge Langseth

In recent years, research has been done on applying Recurrent Neural Networks (RNNs) as recommender systems. Results have been promising, especially in the session-based setting where RNNs have been shown to outperform s…

Recommendation SystemsSession-Based Recommendations

Improved Recurrent Neural Networks for Session-based Recommendations

2016-06-27 · Yong Kiam Tan, Xinxing Xu, Yong liu

Recurrent neural networks (RNNs) were recently proposed for the session-based recommendation task. The models showed promising improvements over traditional recommendation approaches. In this work, we further study RNN-b…

Data AugmentationSession-Based Recommendations

News Session-Based Recommendations using Deep Neural Networks

2018-07-31 · Gabriel de Souza P. Moreira, Felipe Ferreira, Adilson Marques da Cunha

News recommender systems are aimed to personalize users experiences and help them to discover relevant articles from a large and dynamic search space. Therefore, news domain is a challenging scenario for recommendations,…

ArticlesNews RecommendationRecommendation SystemsSession-Based Recommendations

Time is of the Essence: a Joint Hierarchical RNN and Point Process Model for Time and Item Predictions

2018-12-04 · Bjørnar Vassøy, Massimiliano Ruocco, Eliezer de Souza da Silva, Erlend Aune

In recent years session-based recommendation has emerged as an increasingly applicable type of recommendation. As sessions consist of sequences of events, this type of recommendation is a natural fit for Recurrent Neural…

Session-Based Recommendations