1234567891011121314151617181920212223242526272829303132333435 |
- |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.
- | 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>`__.
- **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
|