index.rst 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. |logo| **Hivemind docs & tutorials**
  2. ====================================
  3. .. |logo| image:: _static/favicon.png
  4. :scale: 48
  5. Hivemind is a library for decentralized deep learning computations. It allows you to train large neural networks using vast numbers
  6. of computers, whether you're running a very capable computer or a less reliable one.
  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/dht
  19. user/moe
  20. user/contributing
  21. user/benchmarks
  22. user/acknowledgements
  23. Indices and tables
  24. ~~~~~~~~~~~~~~~~~~
  25. * :ref:`genindex`
  26. * :ref:`modindex`
  27. * :ref:`search`
  28. .. _GitHub: https://github.com/learning-at-home/hivemind