From cc433b951bd90a4bad75a3efe9dca204b6684168 Mon Sep 17 00:00:00 2001 From: tanp Date: Tue, 25 Apr 2023 11:05:43 +0800 Subject: [PATCH] [DOC] add the intro, modify the document structure --- docs/index.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index ad0cd70..796d68d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,7 +7,7 @@ ``Learnware`` Documentation ============================================================ -``Learnware`` is ... +``Learnware`` is a model sharing platform, which give a basic implementation of the learnware paradigm. A learnware is a well-performed trained machine learning model with a specification that enables it to be adequately identified to reuse according to the requirement of future users who may know nothing about the learnware in advance. The learnware paradigm can solve entangled problems in the current machine learning paradigm, like continual learning and catastrophic forgetting. It also reduces resources for training a well-performed model. .. _user_guide: @@ -26,6 +26,10 @@ Document Structure Introduction Quick Start Installation Guide + Workflow + Submit learnware + Identify helpful learnware + Reuse learnware .. toctree:: :maxdepth: 3