| Convolutional Click Prediction Model |
[CIKM 2015]A Convolutional Click Prediction Model |
CCPM-基于卷积的点击预测模型 |
Code |
| Factorization-supported Neural Network |
[ECIR 2016]Deep Learning over Multi-field Categorical Data: A Case Study on User Response Prediction |
|
Code |
| Product-based Neural Network |
[ICDM 2016]Product-based neural networks for user response prediction |
PNN论文笔记 |
Code |
| Wide & Deep |
[DLRS 2016]Wide & Deep Learning for Recommender Systems |
Wide&Deep模型 |
Code |
| DeepFM |
[IJCAI 2017]DeepFM: A Factorization-Machine based Neural Network for CTR Prediction |
深度推荐模型之DeepFM |
Code |
| Piece-wise Linear Model |
[arxiv 2017]Learning Piece-wise Linear Models from Large Scale Data for Ad Click Prediction |
MLR算法模型 |
Code |
| Deep & Cross Network |
[ADKDD 2017]Deep & Cross Network for Ad Click Predictions |
谷歌经典 Deep&Cross Network原理 |
Code |
| Attentional Factorization Machine |
[IJCAI 2017]Attentional Factorization Machines: Learning the Weight of Feature Interactions via Attention Networks |
推荐算法精排模型AFM:Attentional Factorization Machines |
Code |
| Neural Factorization Machine |
[SIGIR 2017]Neural Factorization Machines for Sparse Predictive Analytics |
NFM 模型 (论文精读)--广告&推荐 |
Code |
| xDeepFM |
[KDD 2018]xDeepFM: Combining Explicit and Implicit Feature Interactions for Recommender Systems |
xDeepFM 原理通俗解释及代码实战 |
Code |
| Deep Interest Network |
[KDD 2018]Deep Interest Network for Click-Through Rate Prediction |
阿里巴巴DIN模型详解 |
Code |
| Deep Interest Evolution Network |
[AAAI 2019]Deep Interest Evolution Network for Click-Through Rate Prediction |
DIEN算法学习笔记 |
Code |
| AutoInt |
[CIKM 2019]AutoInt: Automatic Feature Interaction Learning via Self-Attentive Neural Networks |
AutoInt:基于Multi-Head Self-Attention构造高阶特征 |
Code |
| ONN |
[arxiv 2019]Operation-aware Neural Networks for User Response Prediction |
ONN: paper+code reading |
Code |
| FiBiNET |
[RecSys 2019]FiBiNET: Combining Feature Importance and Bilinear feature Interaction for Click-Through Rate Prediction |
FiBiNET: paper reading + 实践调优经验 |
Code |
| IFM |
[IJCAI 2019]An Input-aware Factorization Machine for Sparse Prediction |
IFM: 输入感知的FM模型 |
Code |
| DCN V2 |
[arxiv 2020]DCN V2: Improved Deep & Cross Network and Practical Lessons for Web-scale Learning to Rank Systems |
DCNMix原理与实践 |
Code |
| DIFM |
[IJCAI 2020]A Dual Input-aware Factorization Machine for CTR Prediction |
DIFM: 双重IFM模型 |
Code |
| AFN |
[AAAI 2020]Adaptive Factorization Network: Learning Adaptive-Order Feature Interactions |
|
Code |
| SharedBottom |
[arxiv 2017]An Overview of Multi-Task Learning in Deep Neural Networks |
Shared-Bottom网络结构 |
Code |
| ESMM |
[SIGIR 2018]Entire Space Multi-Task Model: An Effective Approach for Estimating Post-Click Conversion Rate |
ESMM详解 |
Code |
| MMOE |
[KDD 2018]Modeling Task Relationships in Multi-task Learning with Multi-gate Mixture-of-Experts |
多任务学习之MMOE模型 |
Code |
| PLE |
[RecSys 2020]Progressive Layered Extraction (PLE): A Novel Multi-Task Learning (MTL) Model for Personalized Recommendations |
腾讯PCG RecSys2020最佳长论文——视频推荐场景下多任务PLE模型详解 |
Code |