From bf663a117f8ad885823ad6bfd0e2e1bcf0e466a0 Mon Sep 17 00:00:00 2001 From: bxdd Date: Wed, 10 Jan 2024 17:15:34 +0800 Subject: [PATCH] [DOC] update README format --- README.md | 12 +++++++----- README_zh.md => docs/README_zh.md | 0 2 files changed, 7 insertions(+), 5 deletions(-) rename README_zh.md => docs/README_zh.md (100%) diff --git a/README.md b/README.md index 7254139..5ad0676 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@

English | - 中文 + 中文

@@ -40,9 +40,6 @@ The `learnware` package provides a fundamental implementation of the central con In addition, the `learnware` package serves as the engine for the [Beimingwu System](https://bmwu.cloud) and can be effectively employed for conducting experiments related to learnware. -[1] Zhi-Hua Zhou. Learnware: on the future of machine learning. _Frontiers of Computer Science_, 2016, 10(4): 589–590
-[2] Zhi-Hua Zhou. Machine Learning: Development and Future. _Communications of CCF_, 2017, vol.13, no.1 (2016 CNCC keynote) - ## Learnware Paradigm A learnware consists of a high-performance machine learning model and specifications that characterize the model, i.e., "Learnware = Model + Specification". @@ -409,4 +406,9 @@ We appreciate all contributions and thank all the contributors! ## About us -Visit [LAMDA's official website](http://www.lamda.nju.edu.cn/). +Please visit [LAMDA's official website](http://www.lamda.nju.edu.cn/). + +----------------- + +[1] Zhi-Hua Zhou. Learnware: on the future of machine learning. _Frontiers of Computer Science_, 2016, 10(4): 589–590
+[2] Zhi-Hua Zhou. Machine Learning: Development and Future. _Communications of CCF_, 2017, vol.13, no.1 (2016 CNCC keynote) \ No newline at end of file diff --git a/README_zh.md b/docs/README_zh.md similarity index 100% rename from README_zh.md rename to docs/README_zh.md