Skip to content
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

[Task] First support of session-based recommendation with RNNs block #451

Closed
6 tasks done
sararb opened this issue Jul 14, 2022 · 1 comment
Closed
6 tasks done
Assignees
Milestone

Comments

@sararb
Copy link

sararb commented Jul 14, 2022

Problem:

The integration of session-based support in Merlin Models requires the implementation/refractory of different blocks. (Ticket #433 summarizes the motivation and an overview of all the requirements).

Goal:

  • Implement the first low-level support of a session-based model using RNNs.
  • This work will include different blocks needed for session-based but won't link them together.

Constraints:

Starting Point:

  • We will include the three approaches: Last, Random, and sliding window (CLM)
  • Use the UniformNegativeSampling code as a starting point
  • This is a standalone class that transforms the inputs and returns a PredictionOutput object with (inputs, targets, and mask)
@sararb
Copy link
Author

sararb commented Apr 26, 2023

Closing this ticket after linking each task to the related merged PR

@sararb sararb closed this as completed Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants