You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- add multitask learning models:SharedBottom, ESSM, MMOE, PLE
- set `dnn_hidden_units` parameter to `(256, 128, 64)`
- add new package `deepctr.models.multitask` and `deepctr.models.sequence`
- fix truncated feature value error when padding string sequence in run_multivalue_movielens_hash.py
DeepCTR is a **Easy-to-use**,**Modular** and **Extendible** package of deep-learning based CTR models along with lots of core components layers which can be used to easily build custom models.You can use any complex model with `model.fit()`,and `model.predict()` .
22
-
23
-
- Provide `tf.keras.Model` like interface for **quick experiment**. [example](https://deepctr-doc.readthedocs.io/en/latest/Quick-Start.html#getting-started-4-steps-to-deepctr)
24
-
- Provide `tensorflow estimator` interface for **large scale data** and **distributed training**. [example](https://deepctr-doc.readthedocs.io/en/latest/Quick-Start.html#getting-started-4-steps-to-deepctr-estimator-with-tfrecord)
21
+
DeepCTR is a **Easy-to-use**,**Modular** and **Extendible** package of deep-learning based CTR models along with lots of
22
+
core components layers which can be used to easily build custom models.You can use any complex model with `model.fit()`
23
+
,and `model.predict()` .
24
+
25
+
- Provide `tf.keras.Model` like interface for **quick experiment**
Let's [**Get Started!**](https://deepctr-doc.readthedocs.io/en/latest/Quick-Start.html)([Chinese Introduction](https://zhuanlan.zhihu.com/p/53231955)) and [welcome to join us!](./CONTRIBUTING.md)
| DCN V2 |[arxiv 2020][DCN V2: Improved Deep & Cross Network and Practical Lessons for Web-scale Learning to Rank Systems](https://arxiv.org/abs/2008.13535)|
| FEFM and DeepFEFM |[arxiv 2020][Field-Embedded Factorization Machines for Click-through rate prediction](https://arxiv.org/abs/2009.09931)|
67
+
| SharedBottom |[arxiv 2017][An Overview of Multi-Task Learning in Deep Neural Networks](https://arxiv.org/pdf/1706.05098.pdf)|
68
+
| ESMM |[SIGIR 2018][Entire Space Multi-Task Model: An Effective Approach for Estimating Post-Click Conversion Rate](https://arxiv.org/abs/1804.07931)|
69
+
| MMOE |[KDD 2018][Modeling Task Relationships in Multi-task Learning with Multi-gate Mixture-of-Experts](https://dl.acm.org/doi/abs/10.1145/3219819.3220007)|
70
+
| PLE |[RecSys 2020][Progressive Layered Extraction (PLE): A Novel Multi-Task Learning (MTL) Model for Personalized Recommendations](https://dl.acm.org/doi/10.1145/3383313.3412236)|
62
71
63
72
## Citation
64
73
65
-
- Weichen Shen. (2017). DeepCTR: Easy-to-use,Modular and Extendible package of deep-learning based CTR models. https://github.com/shenweichen/deepctr.
66
-
74
+
- Weichen Shen. (2017). DeepCTR: Easy-to-use,Modular and Extendible package of deep-learning based CTR
75
+
models. https://github.com/shenweichen/deepctr.
67
76
68
77
If you find this code useful in your research, please cite it using the following BibTeX:
69
78
@@ -81,11 +90,10 @@ If you find this code useful in your research, please cite it using the followin
0 commit comments