models icon indicating copy to clipboard operation
models copied to clipboard

Merlin Models is a collection of deep learning recommender system model reference implementations

Results 205 models issues
Sort by recently updated
recently updated
newest added

We need a bunch of augmentations to support session-based recsys. In the examples below we have a sequence: `ABCDE` that we augment in following ways: #### Prediction-next | **Inputs** |...

# BERT-like masking Let’s say we have a sequence `ABCDE`, BERT-like masking would result in the following: | **Inputs** | A | `MASKED` | C | `MASKED` | E |...

- [x] DLRM - [ ] DCN-v2

area/ranking
examples

Fixes # (issue) ### Goals :soccer: ### Implementation Details :construction: ### Testing Details :mag:

documentation

Fix or investigate intersphinx mappings. Specifically the Schema class would be valuable as a link.Ben shared that the NVT workflow page is an example with an intersphinx link to merlin.io.Dataset.

documentation

Create an article for Merlin models documentation describing the available features of negative sampling and loss functions. References (internal to NVIDIA): - [Survey on negative sampling and loss functions for...

documentation
status/needs-triage