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.

index.rst 2.1 kB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. .. learnware documentation master file, created by
  2. sphinx-quickstart on Tue Mar 28 22:06:47 2023.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. ============================================================
  6. ``Learnware`` Documentation
  7. ============================================================
  8. The ``learnware`` package provides a fundamental implementation of the central concepts and procedures for the learnware paradigm.
  9. 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.
  10. 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.
  11. .. _user_guide:
  12. Document Structure
  13. ====================
  14. .. toctree::
  15. :hidden:
  16. Home <self>
  17. .. toctree::
  18. :maxdepth: 3
  19. :caption: GETTING STARTED:
  20. Introduction <start/intro.rst>
  21. Quick Start <start/quick.rst>
  22. Installation <start/install.rst>
  23. Experiments and Examples <start/exp.rst>
  24. .. toctree::
  25. :maxdepth: 3
  26. :caption: WORKFLOWS:
  27. Learnware Preparation and Uploading <workflows/upload.rst>
  28. Learnware Search <workflows/search.rst>
  29. Learnware Reuse <workflows/reuse.rst>
  30. Learnware Client <workflows/client.rst>
  31. .. toctree::
  32. :maxdepth: 3
  33. :caption: COMPONENTS:
  34. Market <components/market.rst>
  35. Learnware & Reuser <components/learnware.rst>
  36. Specification <components/spec.rst>
  37. Model & Container <components/model.rst>
  38. .. toctree::
  39. :maxdepth: 3
  40. :caption: ADVANCED TOPICS:
  41. Anchor Learnware <advanced/anchor.rst>
  42. Evolvable Specification <advanced/evolve.rst>
  43. .. toctree::
  44. :maxdepth: 3
  45. :caption: REFERENCES:
  46. API <references/api.rst>
  47. Beimingwu System <references/beimingwu.rst>
  48. FAQ <references/FAQ.rst>
  49. .. toctree::
  50. :maxdepth: 3
  51. :caption: ABOUTS:
  52. For Developer <about/dev.rst>
  53. Changelog <about/changelog.rst>
  54. About us <about/about.rst>