Skip to content

Commit be9e0a3

Browse files
committed
news
1 parent 4d6667d commit be9e0a3

File tree

2 files changed

+9
-17
lines changed

2 files changed

+9
-17
lines changed

README_CN.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
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年的推荐顶会论文的分析,以及工业界的推荐论文列表,供大家参考。
1316

1417
<h2 align="center">什么是推荐系统?</h2>
1518
<p align="center">
@@ -25,10 +28,6 @@
2528
> 可以说,谁能掌握和利用好推荐系统,谁就能在信息分发的激烈竞争中抢得先机。
2629
> 但与此同时,有着许多问题困扰着推荐系统的开发者,比如:庞大的数据量,复杂的模型结构,低效的分布式训练环境,波动的在离线一致性,苛刻的上线部署要求,以上种种,不胜枚举。
2730
28-
<h2 align="center">最新动态<img src="./doc/imgs/rec_new_icon.png" width="40"/></h2>
29-
30-
* [2022/3/21] 新增paper目录,发布我们对21年的推荐顶会论文的分析,以及工业界的推荐论文列表,供大家参考。
31-
3231
<h2 align="center">什么是PaddleRec?</h2>
3332

3433
- 源于飞桨生态的搜索推荐模型 **一站式开箱即用工具**
@@ -39,11 +38,7 @@
3938

4039
### 在线运行
4140

42-
- **[AI Studio在线运行示例](https://aistudio.baidu.com/aistudio/projectdetail/3240640)**
43-
44-
### 论文列表
45-
46-
- **[最新工业界论文列表](paper/readme.md)**
41+
- **[AI Studio在线运行示例](https://aistudio.baidu.com/aistudio/projectdetail/3240640)**
4742

4843
### 环境要求
4944
* Python 2.7.15 / 3.5 / 3.6 / 3.7, 推荐使用python3.7,示例中的python默认表示python3.7
@@ -107,6 +102,7 @@ python -u tools/static_trainer.py -m models/rank/dnn/config.yaml # 静态图训
107102
* [python端预测库推理](doc/inference.md)
108103
* [Benchmark](doc/benchmark.md)
109104
* [推荐全流程](doc/whole_process.md)
105+
* [最新工业界论文分析](paper/readme.md)
110106

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

README_EN.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
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.
912

1013
<h2 align="center">What is recommendation system ?</h2>
1114
<p align="center">
@@ -20,10 +23,6 @@
2023
>
2124
> At the same time, there are many problems in the process of using the recommendation system, such as: huge data, complex model, inefficient distributed training, and so on.
2225
23-
<h2 align="center">Latest Developments<img src="./doc/imgs/rec_new_icon.png" width="40"/></h2>
24-
25-
* [2022/3/21] Add a new paper directory , publish 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.
26-
2726
<h2 align="center">What is PaddleRec ?</h2>
2827

2928

@@ -37,10 +36,6 @@
3736

3837
- **[AI Studio Online Running](https://aistudio.baidu.com/aistudio/projectdetail/3240640)**
3938

40-
### Paper List
41-
42-
- **[List of Latest Industrial Recommendation System Papers](paper/readme.md)**
43-
4439
### Environmental requirements
4540
* Python 2.7/ 3.5 / 3.6 / 3.7 , Python 3.7 is recommended ,Python in example represents Python 3.7 by default
4641
* PaddlePaddle >=2.0
@@ -99,6 +94,7 @@ python -u tools/static_trainer.py -m models/rank/dnn/config.yaml # Training wit
9994
* [Serving](doc/serving.md)
10095
* [Python Inference](doc/inference.md)
10196
* [Benchmark](doc/benchmark.md)
97+
* [List of Latest Industrial Recommendation System Papers](paper/readme.md)
10298

10399
### FAQ
104100
* [Common Problem FAQ](doc/faq.md)

0 commit comments

Comments
 (0)