From bfbc7a29506bd5583c1b5bca6ee5d5d5cb7d4619 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:23:22 +0800 Subject: [PATCH] Update docs/start/intro.rst --- docs/start/intro.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/start/intro.rst b/docs/start/intro.rst index a92e281..a6b99a6 100644 --- a/docs/start/intro.rst +++ b/docs/start/intro.rst @@ -8,7 +8,7 @@ Learnware is an AI-oriented paradigm aimed at empowering users to create versati Motivation ================= -.. image:: ../_static/img/learnware_market.png +.. image:: ../_static/img/learnware_market.jpg :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. @@ -45,7 +45,7 @@ By considering these factors, we can develop a more comprehensive framework for Framework ======================= -.. image:: ../_static/img/learnware_paradigm.png +.. image:: ../_static/img/learnware_paradigm.jpg :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.