Skip to content

Commit 3c2d20b

Browse files
authored
Merge pull request #772 from yinhaofeng/patch-13
dsin doc
2 parents e7df288 + 62bb76d commit 3c2d20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/rank/dsin/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
- [FAQ](#FAQ)
3737

3838
## 模型简介
39-
模型主要聚焦于用户的历史会话行为,通过Self-Attention和BiLSTM对历史会话行为进行学习,最后通过Activation Unit得到最终的session表征向量,再结合其他特征送入MLP计算最后的ctr score。[Deep Session Interest Network for Click-Through Rate Prediction](https://arxiv.org/pdf/1905.06482v1.pdf)文章通过 Transformer 和 BiLSTM 来学习用户的 Session Interest Interacting,提升模型的表达能力。
39+
模型主要聚焦于用户的历史会话行为,通过Self-Attention和BiLSTM对历史会话行为进行学习,最后通过Activation Unit得到最终的session表征向量,再结合其他特征送入MLP计算最后的ctr score。[Deep Session Interest Network for Click-Through Rate Prediction](https://arxiv.org/pdf/1905.06482v1.pdf)文章通过 Transformer 和 BiLSTM 来学习用户的 Session Interest Interacting,提升模型的表达能力。[知乎解析看这里](https://zhuanlan.zhihu.com/p/514780690)
4040

4141
## 数据准备
4242
本模型使用论文中的数据集Alimama Dataset,参考[原文作者的数据预处理过程](https://github.com/shenweichen/DSIN/tree/master/code)对数据进行处理。

0 commit comments

Comments
 (0)