NVIDIA-Merlin / NVIDIA-Merlin/Merlin

[RMP] Add YouTube DNN ranking model to Merlin Models

Open
#279 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

roadmap
Dominant language
Python
Stars
907
Forks
129
PR merge metrics
No merged PRs in 30d

Description

Problem:

Merlin models doesn't support the popular YouTube DNN ranking model. In order to be useful to customers as a library support for commonly used models is required.

Goals:

  • Add support for YouTube DNN ranking

Constraints:

Proposed starting point:

Reference Material
Merlin Core
  • Create a tag for example weights (to be used independently or in conjunction with Tags.TARGET)
Merlin Transforms (NVT)
  • Create an operator for generating multiple powers of continuous features (square/root, cube/root, etc)?
Merlin Models
  • Add a block for generating multiple powers of continuous features (square/root, cube/root, etc)?
  • Update the dataloader to be able to handle example weights (return as part of the targets or create a new output?)
  • Add support for example weights (using underlying Keras sample weight functionality?)
  • Need to decide which part goes to data pre-processing vs models
Serving (Merlin Systems?)
  • Figure out how to handle the exponential function used at serving time (and the unexplained W matrix)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the linked YouTube paper and original PR, then review the Merlin Core, Merlin Transforms (NVT), Merlin Models, and Serving sections in the issue. Determine the design for example weights, power features, dataloader and model support, preprocessing boundaries, and serving behavior. Done means the YouTube DNN ranking model is supported across the required components.

Written by the indexing model from the issue text.

Assessment

Tech stack
keras, python
Domain
backend, data-engineering, machine-learning
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.