ipex-llm/docs/readthedocs/source/doc/DLlib/Overview/dllib.md
2021-10-21 11:29:53 +08:00

677 B

DLlib User Guide

1. Overview

DLlib is a distributed deep learning library for Apache Spark; with DLlib, users can write their deep learning applications as standard Spark programs (using either Scala or Python APIs).

It includes the functionalities of the original BigDL project, and provides following high-level APIs for distributed deep learning on Spark:

2. Scala user guide

2.1 Install

2.2 Run

2.3 Get started (example)

3. Python user guide

3.1 Install

3.2 Run

3.3 Get started (example)