Difference between revisions of "Ray - UC Berkeley RISELab"

From
Jump to: navigation, search
m
m
Line 9: Line 9:
  
 
* [[Libraries & Frameworks]]
 
* [[Libraries & Frameworks]]
* [[Time Series Forecasting Methods - Statistical]]
+
* [[Forecasting#Time Series Forecasting - Statistical|Time Series Forecasting - Statistical]]
 
* [[Reinforcement Learning (RL)]]
 
* [[Reinforcement Learning (RL)]]
  

Revision as of 18:57, 12 September 2020

Youtube search... ...Google search

Ray is a high-performance distributed execution framework targeted at large-scale machine learning and reinforcement learning applications. It achieves scalability and fault tolerance by abstracting the control state of the system in a global control store and keeping all other components stateless. It uses a shared-memory distributed object store to efficiently handle large data through shared memory, and it uses a bottom-up hierarchical scheduling architecture to achieve low-latency and high-throughput scheduling. It uses a lightweight API based on dynamic task graphs and actors to express a wide range of applications in a flexible manner.Ray | UC Berkeley RISELab