Skip to content

Commit

Permalink
[DOC, ENH] add learnware framework svg
Browse files Browse the repository at this point in the history
  • Loading branch information
bxdd committed Dec 31, 2023
1 parent 6801542 commit 4ce6269
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,16 @@
## Framework

<div align="center">
<img src="./docs/_static/img/learnware_paradigm.jpg" width="70%"/>
<img src="./docs/_static/img/learnware_framework.svg" width="70%"/>
</div>


At the workflow level, `Learnware` package consists of `Submitting Stage` and `Deploying Stage`.
At the module level, `Learnware` package is a platform that consists of above components. The components are designed as loose-coupled modules and each component could be used stand-alone.


## Learnware Paradigm

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.

<div align="center">
Expand Down
4 changes: 4 additions & 0 deletions docs/_static/img/learnware_framework.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion docs/start/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,8 @@ Procedure of Learnware Paradigm
Learnware Package Design
==========================

TBD by xiaodong.
.. image:: ../_static/img/learnware_framework.svg
:align: center

At the workflow level, ``Learnware`` package consists of ``Submitting Stage`` and ``Deploying Stage``.
At the module level, ``Learnware`` package is a platform that consists of above components. The components are designed as loose-coupled modules and each component could be used stand-alone.

0 comments on commit 4ce6269

Please sign in to comment.