models
models copied to clipboard
Merlin Models is a collection of deep learning recommender system model reference implementations
Depends on #1206.
Fixes # (issue) ### Goals :soccer: ### Implementation Details :construction: ### Testing Details :mag:
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)...
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...
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....
### Description Priority of examples for new PyTorch API 1. [ ] Getting Started 2. [ ] Explore Different Ranking Models 3. [ ] Retrieval Models 4. [ ] ecommerce-next-item-prediction...
add a topK operation on top of softmax layer.
### Description **Additional context** coming soon...