Next Basket Recommendation with Neural Networks.

Shengxian Wan,Yanyan Lan,Pengfei Wang,Jiafeng Guo,Jun Xu,Xueqi Cheng
2015-01-01
Abstract:One crucial task in recommendation is to predict what a user will buy next given her shopping history. In this paper, we propose a novel neural network to complete this task. The model consists of an embedding layer, a hidden layer and an output layer. Firstly, the distributed representations of the user and the items bought before are obtained and used to form a feature vector by the embedding layer. Then the hidden layer transforms the feature vector to another space by a non-linear operator. Finally, the softmax operator is adopted to output the probabilities of next items. We can see that the model elegantly involves both the useru0027s general interest and the sequential dependencies between items for prediction. Experimental results on two real datasets prove the effectiveness of our model.
What problem does this paper attempt to address?