index.rst 1.1 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 have any questions, feel free to ask them
  10. in `our Discord chat <https://discord.com/invite/uGugx9zYvN>`_ or
  11. file an `issue <https://github.com/learning-at-home/hivemind/issues>`__.
  12. **Table of contents:**
  13. ~~~~~~~~~~~~~~~~~~~~~~
  14. .. toctree::
  15. :maxdepth: 2
  16. :glob:
  17. user/quickstart
  18. modules/index
  19. user/dht
  20. user/moe
  21. user/contributing
  22. user/benchmarks
  23. user/acknowledgements
  24. Indices and tables
  25. ~~~~~~~~~~~~~~~~~~
  26. * :ref:`genindex`
  27. * :ref:`modindex`
  28. * :ref:`search`
  29. .. _GitHub: https://github.com/learning-at-home/hivemind