Skip to content

Commit

Permalink
Update README_CN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
2017pxy authored Feb 25, 2022
1 parent b340186 commit adca910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


RecBole 是一个基于 PyTorch 实现的,面向研究者的,易于开发与复现的,统一、全面、高效的推荐系统代码库。
我们实现了77个推荐系统模型,包含常见的推荐系统类别,如:
我们实现了78个推荐系统模型,包含常见的推荐系统类别,如:

+ General Recommendation
+ Sequential Recommendation
Expand All @@ -45,7 +45,7 @@ RecBole 是一个基于 PyTorch 实现的,面向研究者的,易于开发与
## 特色
+ **通用和可扩展的数据结构** 我们设计了通用和可扩展的数据结构来支持各种推荐数据集统一化格式和使用。

+ **全面的基准模型和数据集** 我们实现了77个常用的推荐算法,并提供了28个推荐数据集的格式化副本。
+ **全面的基准模型和数据集** 我们实现了78个常用的推荐算法,并提供了28个推荐数据集的格式化副本。

+ **高效的 GPU 加速实现** 我们针对GPU环境使用了一系列的优化技术来提升代码库的效率。

Expand Down

0 comments on commit adca910

Please sign in to comment.