|
25 | 25 |
|
26 | 26 | - A quick start tool of search & recommendation algorithm based on [PaddlePaddle](https://www.paddlepaddle.org.cn/documentation/docs/en/beginners_guide/index_en.html) |
27 | 27 | - A complete solution of recommendation system for beginners, developers and researchers. |
28 | | -- Recommendation algorithm library including content-understanding, match, recall, rank, multi-task, re-rank etc. |
| 28 | +- Recommendation algorithm library including content-understanding, match, recall, rank, multi-task, re-rank etc.[Support model list](#Support_Model_List) |
29 | 29 |
|
30 | 30 | <h2 align="center">Getting Started</h2> |
31 | 31 |
|
@@ -73,31 +73,33 @@ python -u tools/static_trainer.py -m models/rank/dnn/config.yaml # Training wit |
73 | 73 |
|
74 | 74 | ### Background |
75 | 75 | * [Recommendation System](doc/rec_background.md) |
76 | | -* [Distributed deep learning](doc/ps_background.md) |
| 76 | +* [Distributed deep Learning](doc/ps_background.md) |
77 | 77 |
|
78 | | -### Introductory tutorial |
79 | | -* [PaddleRec function introduction](doc/introduction.md) |
| 78 | +### Introductory Tutorial |
| 79 | +* [PaddleRec Function Introduction](doc/introduction.md) |
80 | 80 | * [Dygraph Train](doc/dygraph_mode.md) |
81 | 81 | * [Static Train](doc/static_mode.md) |
82 | 82 | * [Distributed Train](doc/fleet_mode.md) |
83 | 83 |
|
84 | 84 |
|
85 | | -### Advanced tutorial |
| 85 | +### Advanced Tutorial |
| 86 | +* [Submit Specification](doc/contribute.md) |
86 | 87 | * [Custom Reader](doc/custom_reader.md) |
87 | 88 | * [Custom Model](doc/model_develop.md) |
88 | | -* [Configuration description of yaml](doc/yaml.md) |
89 | | -* [Training visualization](doc/visualization.md) |
| 89 | +* [Configuration Description of Yaml](doc/yaml.md) |
| 90 | +* [Training Visualization](doc/visualization.md) |
90 | 91 | * [Serving](doc/serving.md) |
91 | | -* [Python inference](doc/inference.md) |
| 92 | +* [Python Inference](doc/inference.md) |
92 | 93 | * [Benchmark](doc/benchmark.md) |
93 | 94 |
|
94 | 95 | ### FAQ |
95 | 96 | * [Common Problem FAQ](doc/faq.md) |
96 | 97 |
|
97 | 98 | ### Acknowledgements |
98 | | -* [Contributions from external developer](contributor.md) |
| 99 | +* [Contributions From External Developer](contributor.md) |
99 | 100 |
|
100 | | -<h2 align="center">Support model list</h2> |
| 101 | +#### Support_Model_List |
| 102 | +<h2 align="center">Support Model List</h2> |
101 | 103 |
|
102 | 104 |
|
103 | 105 | | Type | Algorithm | Online Environment | Parameter-Server | Multi-GPU | version | Paper | |
|
0 commit comments