index.rst 1008 B

12345678910111213141516171819202122232425262728293031323334
  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/contributing
  19. user/benchmarks
  20. user/acknowledgements
  21. Indices and tables
  22. ~~~~~~~~~~~~~~~~~~
  23. * :ref:`genindex`
  24. * :ref:`modindex`
  25. * :ref:`search`
  26. .. _GitHub: https://github.com/learning-at-home/hivemind