backgom2357 / Recommender_system_via_deep_RL

The implemetation of Deep Reinforcement Learning based Recommender System from the paper Deep Reinforcement Learning based Recommendation with Explicit User-Item Interactions Modeling by Liu et al.
102 stars 35 forks source link

your code is to do recall, not recommendation #10

Open Brian1203-zz opened 2 years ago

Brian1203-zz commented 2 years ago

I read your code, find that your code is to do recall, not recommendation。 I didn't see you consider the items order。

kashyaprajveer commented 1 year ago

Can you explain more about this what you mean by recall code seems ok for next item recommendation isn't it. The paper says order independent approach gives better result I guess. Would appreciate your view on this. Thanks.