Skip to content

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

@sararb

Description

@sararb

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)

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions