index.rst 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  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. | The current documentation is still in active development. If you have any issues or questions, we'd be happy to help you in _`our discord server <https://discord.com/invite/uGugx9zYvN>`_. If you encounter any bugs, please also `file an issue <https://github.com/learning-at-home/hivemind/issues>`__.
  10. **Table of contents:**
  11. ~~~~~~~~~~~~~~~~~~~~~~
  12. .. toctree::
  13. :maxdepth: 2
  14. :glob:
  15. user/quickstart
  16. modules/index
  17. user/dht
  18. user/moe
  19. user/contributing
  20. user/benchmarks
  21. user/acknowledgements
  22. Indices and tables
  23. ~~~~~~~~~~~~~~~~~~
  24. * :ref:`genindex`
  25. * :ref:`modindex`
  26. * :ref:`search`
  27. .. _GitHub: https://github.com/learning-at-home/hivemind