hidasib / GRU4Rec

GRU4Rec is the original Theano implementation of the algorithm in "Session-based Recommendations with Recurrent Neural Networks" paper, published at ICLR 2016 and its follow-up "Recurrent Neural Networks with Top-k Gains for Session-based Recommendations". The code is optimized for execution on the GPU.
Other
747 stars 222 forks source link

Problems about the input of the model during training and testing. #18

Open SunYatong opened 6 years ago

SunYatong commented 6 years ago

Hello, @hidasib I have read your paper but I am not sure about some details about the model's input at training and testing time. Could you please check my following descriptions of my understanding.

image

Please let me know if I made any mistakes. Thank you very much in advance!