index.rst 913 B

123456789101112131415161718192021222324252627282930313233
  1. |logo| **Hivemind docs & tutorials**
  2. ====================================
  3. .. |logo| image:: _static/favicon.png
  4. :scale: 48
  5. This is a library for decentralized deep learning. It allows you to train large neural networks using vast numbers
  6. of unreliable computers.
  7. Learn how to create or join a hivemind run in the `quickstart tutorial <./user/quickstart.html>`__ or browse the API
  8. documentation below.
  9. | Hivemind is currently in active development, so expect some adventures. If you encounter any issues, please let us know
  10. `on github <https://github.com/learning-at-home/hivemind/issues>`__.
  11. **Table of contents:**
  12. ~~~~~~~~~~~~~~~~~~~~~~
  13. .. toctree::
  14. :maxdepth: 2
  15. :glob:
  16. user/quickstart
  17. modules/index
  18. user/contributing
  19. user/acknowledgements
  20. Indices and tables
  21. ~~~~~~~~~~~~~~~~~~
  22. * :ref:`genindex`
  23. * :ref:`modindex`
  24. * :ref:`search`
  25. .. _GitHub: https://github.com/learning-at-home/hivemind