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

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

enhancement
area/pytorch

This adds the first pytorch example 🥳 Additionally, I propose in `DLRMModel` we rename `dim` to `embedding_dim`. This aligns us with the tf api and (which is probably more important)...

examples

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

Fixes # (issue) ### Goals :soccer: - Add support for padding, transforming, and masking sequential inputs data in MM Pytorch backend - The implemented transform classes should: - Support multiple...

enhancement
area/pytorch
area/research
area/session-based

Part of https://github.com/NVIDIA-Merlin/Merlin/issues/733. ### Goals :soccer: There is a package called [distributed-embeddings](https://github.com/NVIDIA-Merlin/distributed-embeddings), a library for building large embedding based (e.g. recommender) models in Tensorflow. It's an alternative approach to SOK....

enhancement

### Description Priority of examples for new PyTorch API 1. [ ] Getting Started 2. [ ] Explore Different Ranking Models 3. [ ] Retrieval Models 4. [ ] ecommerce-next-item-prediction...

examples

### Description **Additional context** coming soon...

enhancement
examples