123456789101112131415161718192021222324252627282930313233 |
- |logo| **Hivemind docs & tutorials**
- ====================================
- .. |logo| image:: _static/favicon.png
- :scale: 48
- This is a library for decentralized deep learning. It allows you to train large neural networks using vast numbers
- of unreliable computers.
- 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/contributing
- user/acknowledgements
- Indices and tables
- ~~~~~~~~~~~~~~~~~~
- * :ref:`genindex`
- * :ref:`modindex`
- * :ref:`search`
- .. _GitHub: https://github.com/learning-at-home/hivemind
|