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.2 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. ``Learnware`` is a model sharing platform, which give a basic implementation of 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 can solve entangled problems in the current machine learning paradigm, like continual learning and catastrophic forgetting. It also reduces resources for training a well-performed model.
  9. .. _user_guide:
  10. Document Structure
  11. ====================
  12. .. toctree::
  13. :hidden:
  14. Home <self>
  15. .. toctree::
  16. :maxdepth: 3
  17. :caption: GETTING STARTED:
  18. Introduction <start/intro.rst>
  19. Quick Start <start/quick.rst>
  20. Installation <start/install.rst>
  21. Experiments and Examples <start/exp.rst>
  22. .. toctree::
  23. :maxdepth: 3
  24. :caption: WORKFLOWS:
  25. Learnware Preparation and Uploading <workflows/upload.rst>
  26. Learnware Search <workflows/search.rst>
  27. Learnware Reuse <workflows/reuse.rst>
  28. Learnware Client <workflows/client.rst>
  29. .. toctree::
  30. :maxdepth: 3
  31. :caption: COMPONENTS:
  32. Market <components/market.rst>
  33. Learnware & Reuser <components/learnware.rst>
  34. Specification <components/spec.rst>
  35. Model & Container <components/model.rst>
  36. .. toctree::
  37. :maxdepth: 3
  38. :caption: ADVANCED TOPICS:
  39. Anchor Learnware <advanced/anchor.rst>
  40. Specification Evolvement <advanced/evolve.rst>
  41. .. toctree::
  42. :maxdepth: 3
  43. :caption: REFERENCES:
  44. API <references/api.rst>
  45. BeimingWu System <references/beiming.rst>
  46. FAQ <references/FAQ.rst>
  47. .. toctree::
  48. :maxdepth: 3
  49. :caption: ABOUTS:
  50. For Developer <about/dev.rst>
  51. Changelog <about/changelog.rst>
  52. About us <about/about.rst>