Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 824 Bytes

ray_intro.md

File metadata and controls

19 lines (12 loc) · 824 Bytes

Ray Introduction

1. What is Ray?

Ray is a distributed execution framework for AI applications.

Ray Features:

  • Simplicity: Distributed processing can be described intuitively
  • Flexibility: ML tasks such as data preprocessing, model learning, hyperparameter tuning, reinforcement learning, and model serving can be distributed.
  • Scalability: Scalable from local machines to multiple clusters with almost no code changes.

Ray Layer and Integrations

2. Ray framework

The Ray library initially provided Ray Tune and Ray RLlib.
In recent years, the functionality has been rapidly extended to support other ML tasks. Ray framework