You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .. learnware documentation master file, created by
- sphinx-quickstart on Tue Mar 28 22:06:47 2023.
- You can adapt this file completely to your liking, but it should at least
- contain the root `toctree` directive.
-
- ============================================================
- ``Learnware`` Documentation
- ============================================================
-
- The ``learnware`` package provides a fundamental implementation of the central concepts and procedures for 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 is a new paradigm aimed at enabling users to reuse existed well-trained models to solve their AI tasks instead of starting from scratch.
-
- .. _user_guide:
-
- Document Structure
- ====================
-
- .. toctree::
- :hidden:
-
- Home <self>
-
- .. toctree::
- :maxdepth: 3
- :caption: GETTING STARTED:
-
- Introduction <start/intro.rst>
- Quick Start <start/quick.rst>
- Installation <start/install.rst>
- Experiments and Examples <start/exp.rst>
-
- .. toctree::
- :maxdepth: 3
- :caption: WORKFLOWS:
-
- Learnware Preparation and Uploading <workflows/upload.rst>
- Learnware Search <workflows/search.rst>
- Learnware Reuse <workflows/reuse.rst>
- Learnware Client <workflows/client.rst>
-
- .. toctree::
- :maxdepth: 3
- :caption: COMPONENTS:
-
- Market <components/market.rst>
- Learnware & Reuser <components/learnware.rst>
- Specification <components/spec.rst>
- Model & Container <components/model.rst>
-
- .. toctree::
- :maxdepth: 3
- :caption: ADVANCED TOPICS:
-
- Anchor Learnware <advanced/anchor.rst>
- Evolvable Specification <advanced/evolve.rst>
-
- .. toctree::
- :maxdepth: 3
- :caption: REFERENCES:
-
- API <references/api.rst>
- Beimingwu System <references/beimingwu.rst>
- FAQ <references/FAQ.rst>
-
- .. toctree::
- :maxdepth: 3
- :caption: ABOUTS:
-
- For Developer <about/dev.rst>
- Changelog <about/changelog.rst>
- About us <about/about.rst>
|