what about three demains?
Opened this issue · 6 comments
how to design shared embedding matrix with three demains ? -.-
Thanks for your question! you can modify "reco_utils/recommender/deeprec/models/sequential/sequential_base_model.py" to add another domain.
Thanks for your answer! I mean if i have 3 domains, whether i need create three shared embedding matrix M ? what about 4 or 5 domains? Or this work is just aim to 2 domains ?
You only need to create one shared (global) embedding M and three independent embeddings for each domain. Our motivation is that each domain has its specific features and shared knowledge across all of them.
Thanks !
Is there a PyTorch version of the code available?
Is there a PyTorch version of the code available?
Sorry, we only have the Tensorflow version as most industrial recommender systems are based on TensorFlow. If you want to implement a Pytorch version, we would appreciate it and are willing to provide any assistance.