Skip to content

Commit 6d70115

Browse files
committed
add model dir
1 parent f9fa2b9 commit 6d70115

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

doc/source/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@
4141
paddlerec/yaml.md
4242
paddlerec/benchmark.md
4343

44+
.. toctree::
45+
:maxdepth: 1
46+
:numbered:
47+
:caption: 模型介绍
48+
:name: Model introduction
49+
50+
paddlerec/model_introduce.md
51+
4452
.. toctree::
4553
:maxdepth: 1
4654
:numbered:
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## [内容理解模型库](https://github.com/PaddlePaddle/PaddleRec/blob/master/models/contentunderstanding)
2+
### [tagspace文本分类模型](https://github.com/PaddlePaddle/PaddleRec/tree/master/models/contentunderstanding/tagspace)
3+
### [textcnn文本分类模型](https://github.com/PaddlePaddle/PaddleRec/blob/master/models/contentunderstanding/textcnn)
4+
5+
## [匹配模型库](https://github.com/PaddlePaddle/PaddleRec/blob/master/models/match)
6+
### [DSSM文本匹配模型](https://github.com/PaddlePaddle/PaddleRec/blob/master/models/match/dssm)
7+
### [match-pyramid文本匹配模型](https://github.com/PaddlePaddle/PaddleRec/blob/master/models/match/match-pyramid)
8+
### [multiview-simnet文本匹配模型](https://github.com/PaddlePaddle/PaddleRec/blob/master/models/match/multiview-simnet)
9+
10+
## [召回模型库](https://github.com/PaddlePaddle/PaddleRec/blob/master/models/recall)
11+
### [word2vec模型](https://github.com/PaddlePaddle/PaddleRec/blob/master/models/recall/word2vec)
12+
13+
## [排序模型库](https://github.com/PaddlePaddle/PaddleRec/blob/master/models/rank)
14+
### [dnn模型](https://github.com/PaddlePaddle/PaddleRec/blob/master/models/rank/dnn)
15+
### [FM模型](https://github.com/PaddlePaddle/PaddleRec/blob/master/models/rank/fm)
16+
### [deepfm模型](https://github.com/PaddlePaddle/PaddleRec/blob/master/models/rank/deepfm)
17+
### [logistic_regression模型](https://github.com/PaddlePaddle/PaddleRec/blob/master/models/rank/logistic_regression)
18+
### [wide&deep模型](https://github.com/PaddlePaddle/PaddleRec/blob/master/models/rank/wide_deep)
19+
### [gatednn模型](https://github.com/PaddlePaddle/PaddleRec/tree/master/models/rank/gateDnn)
20+
### [naml模型](https://github.com/PaddlePaddle/PaddleRec/tree/master/models/rank/naml)
21+
22+
## [多任务学习模型库](https://github.com/PaddlePaddle/PaddleRec/blob/master/models/multitask)
23+
### [MMOE模型](https://github.com/PaddlePaddle/PaddleRec/blob/master/models/multitask/mmoe)
24+
### [ESMM模型](https://github.com/PaddlePaddle/PaddleRec/blob/master/models/multitask/esmm)
25+
26+
## [重排序模型库](https://github.com/PaddlePaddle/PaddleRec/blob/master/models/rerank)

0 commit comments

Comments
 (0)