ipex-llm/docs/readthedocs/source/doc/DLlib/Overview/dllib.md
2021-10-20 21:51:04 +08:00

8 lines
490 B
Markdown

# DLlib User Guide
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](https://github.com/intel-analytics/BigDL/tree/branch-0.14) project, and provides following high-level APIs for distributed deep learning on Spark:
* [Keras-like API](keras-api.md)
* [Spark ML pipeline support](nnframes.md)