From c4dac97d30e38860d4ee905d10a7d88dfde89700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=8A=E4=B8=80=20=E9=9B=B7?= Date: Tue, 25 Apr 2023 17:22:40 +0800 Subject: [PATCH] Update docs/start/intro.rst --- docs/start/intro.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/start/intro.rst b/docs/start/intro.rst index 571f7b9..a92e281 100644 --- a/docs/start/intro.rst +++ b/docs/start/intro.rst @@ -8,6 +8,9 @@ Learnware is an AI-oriented paradigm aimed at empowering users to create versati Motivation ================= +.. image:: ../_static/img/learnware_market.png + :align: center + Machine learning, especially the prevailing big model paradigm, has achieved great success in natural language processing and computer vision applications. However, it still faces challenges such as the requirement of a large amount of labeled training data, difficulty in adapting to changing environments, and catastrophic forgetting when refining trained models incrementally. These big models, while useful in their targeted tasks, often fail to address the above issues and struggle to generalize beyond their specific purposes. To better address the entangled issues in machine learning, we should consider the following aspects: @@ -42,6 +45,8 @@ By considering these factors, we can develop a more comprehensive framework for Framework ======================= +.. image:: ../_static/img/learnware_paradigm.png + :align: center The learnware paradigm introduces the concept of a well-performed, trained machine learning model with a specification that allows future users, who have no prior knowledge of the learnware, to reuse it based on their requirements.