File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments