diff --git a/doc/imgs/dcn.JPG b/doc/imgs/dcn.JPG deleted file mode 100644 index 8b41ced89aa0312049a42610e42f869f480c31bf..0000000000000000000000000000000000000000 Binary files a/doc/imgs/dcn.JPG and /dev/null differ diff --git a/doc/imgs/dcn.png b/doc/imgs/dcn.png new file mode 100644 index 0000000000000000000000000000000000000000..82a77e1743ac4425fbcd5f636b8360ede91258dd Binary files /dev/null and b/doc/imgs/dcn.png differ diff --git a/doc/imgs/deepfm.JPG b/doc/imgs/deepfm.JPG deleted file mode 100644 index 564d45dbe25b1fec9a1db60b749e5b1daff572f5..0000000000000000000000000000000000000000 Binary files a/doc/imgs/deepfm.JPG and /dev/null differ diff --git a/doc/imgs/deepfm.png b/doc/imgs/deepfm.png new file mode 100644 index 0000000000000000000000000000000000000000..3288a71fdda524c972144b7eeaeeb2fcdd93728f Binary files /dev/null and b/doc/imgs/deepfm.png differ diff --git a/doc/imgs/din.JPG b/doc/imgs/din.JPG deleted file mode 100644 index 5195223cbf7e737e85a258ade9962d200cf80e35..0000000000000000000000000000000000000000 Binary files a/doc/imgs/din.JPG and /dev/null differ diff --git a/doc/imgs/din.png b/doc/imgs/din.png new file mode 100644 index 0000000000000000000000000000000000000000..3a3e550a4802c6159d06f83759251d36fa7984ca Binary files /dev/null and b/doc/imgs/din.png differ diff --git a/doc/imgs/wide&deep.JPG b/doc/imgs/wide&deep.JPG deleted file mode 100644 index bc2177c73bd16274bfe3d87d0ed0bb6c3c48d1e8..0000000000000000000000000000000000000000 Binary files a/doc/imgs/wide&deep.JPG and /dev/null differ diff --git a/doc/imgs/wide&deep.png b/doc/imgs/wide&deep.png new file mode 100644 index 0000000000000000000000000000000000000000..d46cef37d771acbedb766f98dabead50ff038b3e Binary files /dev/null and b/doc/imgs/wide&deep.png differ diff --git a/doc/imgs/xdeepfm.JPG b/doc/imgs/xdeepfm.JPG deleted file mode 100644 index ad55040867f2a8370f63daca6dd5f7ec191a4e4f..0000000000000000000000000000000000000000 Binary files a/doc/imgs/xdeepfm.JPG and /dev/null differ diff --git a/doc/imgs/xdeepfm.png b/doc/imgs/xdeepfm.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2577afbd1c4eb47d583f8aec317d1736aea5f1 Binary files /dev/null and b/doc/imgs/xdeepfm.png differ diff --git a/models/contentunderstanding/readme.md b/models/contentunderstanding/readme.md index 792518389cdfcc860ba31b14c1755a9964ea32bf..c801ef307bf74432e5999e99cfc6436353bbf4cb 100644 --- a/models/contentunderstanding/readme.md +++ b/models/contentunderstanding/readme.md @@ -25,6 +25,7 @@ | TagSpace | 标签推荐 | [TagSpace: Semantic Embeddings from Hashtags (2014)](https://research.fb.com/publications/tagspace-semantic-embeddings-from-hashtags/) | | Classification | 文本分类 | [Convolutional neural networks for sentence classication (2014)](https://www.aclweb.org/anthology/D14-1181.pdf) | +下面是每个模型的简介(注:图片引用自链接中的论文) [TagSpace模型](https://research.fb.com/publications/tagspace-semantic-embeddings-from-hashtags)

diff --git a/models/rank/readme.md b/models/rank/readme.md index 66f7e4969c450e50bfce22e925d30cc9192e2cfa..35f4fec1e6e685536ec07499f5e9dacae1f381d7 100755 --- a/models/rank/readme.md +++ b/models/rank/readme.md @@ -29,29 +29,30 @@ | xDeepFM | xDeepFM | [xDeepFM: Combining Explicit and Implicit Feature Interactions for Recommender Systems](https://dl.acm.org/doi/pdf/10.1145/3219819.3220023)(2018) | | DIN | Deep Interest Network | [Deep Interest Network for Click-Through Rate Prediction](https://dl.acm.org/doi/pdf/10.1145/3219819.3219823)(2018) | +下面是每个模型的简介(注:图片引用自链接中的论文) [wide&deep](https://dl.acm.org/doi/pdf/10.1145/2988450.2988454):

- +

[DeepFM](https://arxiv.org/pdf/1703.04247.pdf):

- +

[XDeepFM](https://dl.acm.org/doi/pdf/10.1145/3219819.3220023):

- +

[DCN](https://dl.acm.org/doi/pdf/10.1145/3124749.3124754):

- +

[DIN](https://dl.acm.org/doi/pdf/10.1145/3219819.3219823):

- +

## 使用教程