Skip to content

Commit e6e00ac

Browse files
authored
Merge pull request #730 from yinhaofeng/paper
paper
2 parents 21b8d43 + 088cce7 commit e6e00ac

19 files changed

+925
-2
lines changed

README_CN.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
<img align="center" src="doc/imgs/overview.png">
1111
<p>
1212

13+
<h2 align="center">最新动态<img src="./doc/imgs/rec_new_icon.png" width="40"/></h2>
14+
15+
* [2022/3/21] 新增[paper](./paper)目录,发布我们对21年的推荐顶会论文的分析,以及工业界的推荐论文列表,供大家参考。
16+
* [2022/3/10] 新增5个前沿算法: [DCN_V2](models/rank/dcn_v2), [MHCN](models/recall/mhcn), [FLEN](models/rank/flen), [Dselect_K](models/multitask/dselect_k), [AutoFIS](models/rank/autofis)
17+
* [2022/1/12] 新增AI Studio一键[在线运行](https://aistudio.baidu.com/aistudio/projectdetail/3240640)功能,可以方便快捷的在AI Studio平台上在线体验我们的模型。
18+
1319

1420
<h2 align="center">什么是推荐系统?</h2>
1521
<p align="center">
@@ -27,7 +33,6 @@
2733
2834
<h2 align="center">什么是PaddleRec?</h2>
2935

30-
3136
- 源于飞桨生态的搜索推荐模型 **一站式开箱即用工具**
3237
- 适合初学者,开发者,研究者的推荐系统全流程解决方案
3338
- 包含内容理解、匹配、召回、排序、 多任务、重排序等多个任务的完整推荐搜索算法库。[支持模型列表](#支持模型列表)
@@ -36,7 +41,7 @@
3641

3742
### 在线运行
3843

39-
- **[AI Studio在线运行示例](https://aistudio.baidu.com/aistudio/projectdetail/3240640)**
44+
- **[AI Studio在线运行示例](https://aistudio.baidu.com/aistudio/projectdetail/3240640)**
4045

4146
### 环境要求
4247
* Python 2.7.15 / 3.5 / 3.6 / 3.7, 推荐使用python3.7,示例中的python默认表示python3.7
@@ -100,6 +105,7 @@ python -u tools/static_trainer.py -m models/rank/dnn/config.yaml # 静态图训
100105
* [python端预测库推理](doc/inference.md)
101106
* [Benchmark](doc/benchmark.md)
102107
* [推荐全流程](doc/whole_process.md)
108+
* [最新工业界算法动态](paper/readme.md)
103109

104110
### FAQ
105111
* [常见问题FAQ](doc/faq.md)

README_EN.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
<img align="center" src="doc/imgs/overview_en.png">
77
<p>
88

9+
<h2 align="center">News<img src="./doc/imgs/rec_new_icon.png" width="40"/></h2>
10+
11+
* [2022/3/21] Add a new [paper](./paper) directory , show our analysis of the top meeting papers of the recommendation system in 2021 years and the list of recommendation system papers in the industry for your reference.
12+
* [2022/3/10] Add 5 algorithms: [DCN_V2](models/rank/dcn_v2), [MHCN](models/recall/mhcn), [FLEN](models/rank/flen), [Dselect_K](models/multitask/dselect_k)[AutoFIS](models/rank/autofis)
13+
* [2022/1/12] Add AI Studio [Online running](https://aistudio.baidu.com/aistudio/projectdetail/3240640) function, you can easily and quickly online experience our model on AI studio platform.
914

1015
<h2 align="center">What is recommendation system ?</h2>
1116
<p align="center">
@@ -91,6 +96,7 @@ python -u tools/static_trainer.py -m models/rank/dnn/config.yaml # Training wit
9196
* [Serving](doc/serving.md)
9297
* [Python Inference](doc/inference.md)
9398
* [Benchmark](doc/benchmark.md)
99+
* [The latest reserch trends of RS](paper/readme.md)
94100

95101
### FAQ
96102
* [Common Problem FAQ](doc/faq.md)

doc/imgs/overview.png

-33.6 KB
Loading

doc/imgs/overview_en.png

-346 KB
Loading

doc/imgs/rec_new_icon.png

116 KB
Loading

doc/imgs/survey1.png

220 KB
Loading

doc/imgs/survey3.png

34.4 KB
Loading

doc/imgs/survey4.png

69.4 KB
Loading

doc/imgs/survey5.png

69.3 KB
Loading

doc/imgs/survey6.png

63.1 KB
Loading

0 commit comments

Comments
 (0)