deeprec/modelzoo
Chen Bangduo 9e30ab604a
[Embedding] Check the sharded property of tf.train.Saver. (#996)
Signed-off-by: chenbangduo.cbd <chenbangduo.cbd@alibaba-inc.com>
2024-05-23 12:00:02 +08:00
..
benchmark [ModelZoo] Update documents and config files for modelzoo benchmark. (#879) 2023-06-05 11:52:11 +08:00
bst [Embedding] Check the sharded property of tf.train.Saver. (#996) 2024-05-23 12:00:02 +08:00
dbmtl [Embedding] Check the sharded property of tf.train.Saver. (#996) 2024-05-23 12:00:02 +08:00
dcn [Embedding] Check the sharded property of tf.train.Saver. (#996) 2024-05-23 12:00:02 +08:00
dcnv2 [Embedding] Check the sharded property of tf.train.Saver. (#996) 2024-05-23 12:00:02 +08:00
deepfm [Embedding] Check the sharded property of tf.train.Saver. (#996) 2024-05-23 12:00:02 +08:00
dien [Embedding] Check the sharded property of tf.train.Saver. (#996) 2024-05-23 12:00:02 +08:00
din [Embedding] Check the sharded property of tf.train.Saver. (#996) 2024-05-23 12:00:02 +08:00
dlrm [Embedding] Check the sharded property of tf.train.Saver. (#996) 2024-05-23 12:00:02 +08:00
dssm [Embedding] Check the sharded property of tf.train.Saver. (#996) 2024-05-23 12:00:02 +08:00
esmm [Embedding] Check the sharded property of tf.train.Saver. (#996) 2024-05-23 12:00:02 +08:00
features [Modelzoo & Docs] Add examples and docs to demonstrate Collective Training. (#914) 2023-07-20 17:51:31 +08:00
masknet [Embedding] Check the sharded property of tf.train.Saver. (#996) 2024-05-23 12:00:02 +08:00
mlperf [Embedding] Check the sharded property of tf.train.Saver. (#996) 2024-05-23 12:00:02 +08:00
mmoe [Embedding] Check the sharded property of tf.train.Saver. (#996) 2024-05-23 12:00:02 +08:00
ple [Embedding] Check the sharded property of tf.train.Saver. (#996) 2024-05-23 12:00:02 +08:00
simple_multitask [Embedding] Check the sharded property of tf.train.Saver. (#996) 2024-05-23 12:00:02 +08:00
wide_and_deep [Embedding] Check the sharded property of tf.train.Saver. (#996) 2024-05-23 12:00:02 +08:00
README.md [Docs] Update reference papers of models in README. (#624) 2023-01-04 18:41:17 +08:00
README_Template.md [Modelzoo] Update Modelzoo README Template. 2022-04-27 17:07:08 +08:00

README.md

DeepRec Model Zoo

Here is example training code of some public popular models using public dataset. Contained models are as follow:

Model Paper
WDL [DLRS 2016] Wide & Deep Learning for Recommender Systems
DLRM [ArXiv 2019] Deep Learning Recommendation Model for Personalization and Recommendation Systems
DSSM [CIKM 2013] Learning Deep Structured Semantic Models for Web Search using Clickthrough Data
DIEN [AAAI 2019] Deep Interest Evolution Network for Click-Through Rate Prediction
DIN [KDD 2018] Deep Interest Network for Click-Through Rate Prediction
DeepFM [IJCAI 2017] DeepFM: A Factorization-Machine based Neural Network for CTR Prediction
MMOE [KDD 2018] Modeling Task Relationships in Multi-task Learning with Multi-gate Mixture-of-Experts
DBMTL [ArXiv 2019] Deep Bayesian Multi-Target Learning for Recommender Systems
BST [DLP-KDD 2019] Behavior sequence transformer for e-commerce recommendation in Alibaba
ESMM [SIGIR 2018] Entire Space Multi-Task Model: An Effective Approach for Estimating Post-Click Conversion Rate
SimpleMultiTask [ArXiv 2017] An Overview of Multi-Task Learning in Deep Neural Networks
DCN [ADKDD 2017] Deep & Cross Network for Ad Click Predictions
DCNv2 [ArXiv 2020] DCN V2: Improved Deep & Cross Network and Practical Lessons for Web-scale Learning to Rank Systems
MaskNet [ArXiv 2021] MaskNet: Introducing Feature-Wise Multiplication to CTR Ranking Models by Instance-Guided Mask
PLE [RecSys 2020] Progressive Layered Extraction (PLE): A Novel Multi-Task Learning (MTL) Model for Personalized Recommendations