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`
|
|
|
|
|
|
|
|
Ray also has a number of other community contributed libraries:
|
|
|
|
|
2020-09-01 08:13:04 -07:00
|
|
|
- :doc:`../dask-on-ray`
|
|
|
|
- `Mars on Ray <https://github.com/mars-project/mars/pull/1508>`__
|
2020-05-26 08:39:34 -07:00
|
|
|
- :doc:`../pandas_on_ray`
|
|
|
|
- :doc:`../joblib`
|
2020-09-01 08:13:04 -07:00
|
|
|
- :doc:`../multiprocessing`
|