.. _ray-core-examples-tutorial: Ray Core Examples ================= .. toctree:: :hidden: :glob: * .. Organize example .rst files in the same manner as the .py files in ray/python/ray/train/examples. Below are examples for using Ray Core for a variety use cases. Beginner -------- .. list-table:: * - :doc:`A Gentle Introduction to Ray Core by Example ` * - :doc:`Using Ray for Highly Parallelizable Tasks ` * - :doc:`Monte Carlo Estimation of π ` Intermediate ------------ .. list-table:: * - :doc:`Running a Simple MapReduce Example with Ray Core ` * - :doc:`Speed Up Your Web Crawler by Parallelizing it with Ray ` Advanced -------- .. list-table:: * - :doc:`Build Simple AutoML for Time Series Using Ray ` * - :doc:`Build Batch Prediction Using Ray ` * - :doc:`Build a Simple Parameter Server Using Ray ` * - :doc:`Simple Parallel Model Selection ` * - :doc:`Learning to Play Pong `