models
models copied to clipboard
Merlin Models is a collection of deep learning recommender system model reference implementations
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 |...
Fixes # (issue) ### Goals :soccer: ### Implementation Details :construction: ### Testing Details :mag:
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.
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...