2020-05-26 08:39:34 -07:00
.. image :: https://github.com/ray-project/ray/raw/master/doc/source/images/ray_header_logo.png
2020-09-04 14:04:29 -07:00
**Ray provides a simple, universal API for building distributed applications.**
2020-05-26 08:39:34 -07:00
Ray accomplishes this mission by:
1. Providing simple primitives for building and running distributed applications.
2. Enabling end users to parallelize single machine code, with little to zero code changes.
2020-09-08 16:25:23 -07:00
3. Including a large ecosystem of applications, libraries, and tools on top of the core Ray to enable complex applications.
2020-05-26 08:39:34 -07:00
**Ray Core** provides the simple primitives for application building.
On top of **Ray Core** are several libraries for solving problems in machine learning:
2020-07-29 11:22:44 -07:00
- :doc: `../tune/index`
2020-05-26 08:39:34 -07:00
- :ref: `rllib-index`
- :ref: `sgd-index`
- :ref: `rayserve`
2020-09-14 14:41:06 -07:00
There are also many :ref: `community integrations <ray-oss-list>` with Ray, including `Dask`_ , `MARS`_ , `Modin`_ , `Horovod`_ , `Hugging Face`_ , `Scikit-learn`_ , and others. Check out the :ref: `full list of Ray distributed libraries here <ray-oss-list>` .
2020-05-26 08:39:34 -07:00
2020-09-14 12:11:05 -07:00
.. _`Modin`: https://github.com/modin-project/modin
2020-09-14 14:41:06 -07:00
.. _`Hugging Face`: https://huggingface.co/transformers/main_classes/trainer.html#transformers.Trainer.hyperparameter_search
2020-09-14 21:18:28 -07:00
.. _`MARS`: https://docs.ray.io/en/master/mars-on-ray.html
.. _`Dask`: https://docs.ray.io/en/master/dask-on-ray.html
2020-09-14 12:11:05 -07:00
.. _`Horovod`: https://horovod.readthedocs.io/en/stable/ray_include.html
2020-09-14 14:41:06 -07:00
.. _`Scikit-learn`: joblib.html