Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RMP] Ranking - TF : Wide and Deep, DLRM, DeepFM #48

Closed
3 tasks
viswa-nvidia opened this issue Nov 1, 2021 · 1 comment
Closed
3 tasks

[RMP] Ranking - TF : Wide and Deep, DLRM, DeepFM #48

viswa-nvidia opened this issue Nov 1, 2021 · 1 comment
Assignees
Labels

Comments

@viswa-nvidia
Copy link

viswa-nvidia commented Nov 1, 2021

The initial version should support some common ranking models like

  • DLRM
  • Wide and Deep
  • Factorization Machines

DeepFM - Factorization Machine - https://arxiv.org/abs/1703.04247

Learning sophisticated feature interactions behind user behaviors is critical in maximizing CTR for recommender systems. Despite great progress, existing methods seem to have a strong bias towards low- or high-order interactions, or require expertise feature engineering. In this paper, we show that it is possible to derive an end-to-end learning model that emphasizes both low- and high-order feature interactions. The proposed model, DeepFM, combines the power of factorization machines for recommendation and deep learning for feature learning in a new neural network architecture. Compared to the latest Wide & Deep model from Google, DeepFM has a shared input to its "wide" and "deep" parts, with no need of feature engineering besides raw features. Comprehensive experiments are conducted to demonstrate the effectiveness and efficiency of DeepFM over the existing models for CTR prediction, on both benchmark data and commercial data.

Aha! Link: https://nvaiinfa.aha.io/features/MERLIN-727

@benfred benfred changed the title Support Common Recsys tasks - Ranking - DLRM, W&D, Factorization machines Ranking Models Nov 8, 2021
@viswa-nvidia viswa-nvidia changed the title Ranking Models Ranking - TF : Wide and Deep, DLRM, DeepFM Jan 13, 2022
@viswa-nvidia viswa-nvidia changed the title Ranking - TF : Wide and Deep, DLRM, DeepFM [RMP] Ranking - TF : Wide and Deep, DLRM, DeepFM Jan 14, 2022
@viswa-nvidia
Copy link
Author

This ticket duplicates
#235
#154
DLRM is closed by this PR
#187

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants