123456789101112131415161718192021222324252627282930313233343536 |
- |logo| **Hivemind docs & tutorials**
- ====================================
- .. |logo| image:: _static/favicon.png
- :scale: 48
- Hivemind is a library for decentralized deep learning computations. It allows you to train large neural networks using vast numbers
- of computers, whether you're running a very capable computer or a less reliable one.
- Learn how to create or join a Hivemind run in the `quickstart tutorial <./user/quickstart.html>`__ or browse the API
- documentation below.
- | Hivemind is currently in active development, so expect some adventures. If you encounter any issues, please let us know
- `on github <https://github.com/learning-at-home/hivemind/issues>`__.
- **Table of contents:**
- ~~~~~~~~~~~~~~~~~~~~~~
- .. toctree::
- :maxdepth: 2
- :glob:
- user/quickstart
- modules/index
- user/dht
- user/moe
- user/contributing
- user/benchmarks
- user/acknowledgements
- Indices and tables
- ~~~~~~~~~~~~~~~~~~
- * :ref:`genindex`
- * :ref:`modindex`
- * :ref:`search`
- .. _GitHub: https://github.com/learning-at-home/hivemind
|