Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yinhaofeng committed Dec 7, 2021
1 parent 3896f00 commit e1ff284
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/models/rank/deepfefm.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# deepfefm (Field-Embedded Factorization Machines for Click-through rate prediction)

代码请参考:[deepfm](https://github.com/PaddlePaddle/PaddleRec/blob/master/models/rank/deepfm)
代码请参考:[deepfefm](https://github.com/PaddlePaddle/PaddleRec/blob/master/models/rank/deepfefm)
如果我们的代码对您有用,还请点个star啊~

## 内容
Expand Down
32 changes: 31 additions & 1 deletion doc/source/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,34 @@
[multiview-sminet](https://paddlerec.readthedocs.io/en/latest/models/match/multiview-simnet.html)

## 召回模型
[gru4rec](https://paddlerec.readthedocs.io/en/latest/models/recall/gru4rec.html)
[gru4rec](https://paddlerec.readthedocs.io/en/latest/models/recall/gru4rec.html)
[word2vec](https://paddlerec.readthedocs.io/en/latest/models/recall/word2vec.html)
[ncf](https://paddlerec.readthedocs.io/en/latest/models/recall/ncf.html)
[mind](https://paddlerec.readthedocs.io/en/latest/models/recall/mind.html)
[deepwalk](https://paddlerec.readthedocs.io/en/latest/models/recall/deepwalk.html)

## 多任务模型
[esmm](https://paddlerec.readthedocs.io/en/latest/models/multitask/esmm.html)
[maml](https://paddlerec.readthedocs.io/en/latest/models/multitask/maml.html)
[mmoe](https://paddlerec.readthedocs.io/en/latest/models/multitask/mmoe.html)
[ple](https://paddlerec.readthedocs.io/en/latest/models/multitask/ple.html)
[share_bottom](https://paddlerec.readthedocs.io/en/latest/models/multitask/share_bottom.html)

## 排序模型
[bst](https://paddlerec.readthedocs.io/en/latest/models/rank/bst.html)
[dcn](https://paddlerec.readthedocs.io/en/latest/models/rank/dcn.html)
[deepfefm](https://paddlerec.readthedocs.io/en/latest/models/rank/deepfefm.html)
[deepfm](https://paddlerec.readthedocs.io/en/latest/models/rank/deepfm.html)
[dien](https://paddlerec.readthedocs.io/en/latest/models/rank/dien.html)
[difm](https://paddlerec.readthedocs.io/en/latest/models/rank/difm.html)
[din](https://paddlerec.readthedocs.io/en/latest/models/rank/din.html)
[dlrm](https://paddlerec.readthedocs.io/en/latest/models/rank/dlrm.html)
[dmr](https://paddlerec.readthedocs.io/en/latest/models/rank/dmr.html)
[dnn](https://paddlerec.readthedocs.io/en/latest/models/rank/dnn.html)
[ffm](https://paddlerec.readthedocs.io/en/latest/models/rank/ffm.html)
[fm](https://paddlerec.readthedocs.io/en/latest/models/rank/fm.html)
[gatenet](https://paddlerec.readthedocs.io/en/latest/models/rank/gatenet.html)
[logistic_regression](https://paddlerec.readthedocs.io/en/latest/models/rank/logistic_regression.html)
[naml](https://paddlerec.readthedocs.io/en/latest/models/rank/naml.html)
[wide_deep](https://paddlerec.readthedocs.io/en/latest/models/rank/wide_deep.html)
[xdeepfm](https://paddlerec.readthedocs.io/en/latest/models/rank/xdeepfm.html)

0 comments on commit e1ff284

Please sign in to comment.