-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Session-based Recommendations With Recurrent Neural Networks (GRU4Rec) model #574
Conversation
LGTM |
To be able to compare with original implementation, we need to further add an evaluation option for evaluating every next item in test sequence. @tqtg Should we also include that in this PR, or create a separate PR? |
@lthoang let have this merged and we can work on another PR for that evaluation feature |
Description
This is an adaptation of an official implementation of GRU4Rec.
Related Issues
Checklist:
README.md
(if you are adding a new model).examples/README.md
(if you are adding a new example).datasets/README.md
(if you are adding a new dataset).