Contents

elephas 5.2.1

0

Distributed deep learning on Spark with Keras

Distributed deep learning on Spark with Keras

Stars: 1573, Watchers: 1573, Forks: 313, Open Issues: 9

The maxpumperla/elephas repo was created 8 years ago and the last code push was 11 months ago.
The project is very popular with an impressive 1573 github stars!

How to Install elephas

You can install elephas using pip

pip install elephas

or add it to a project with poetry

poetry add elephas

Package Details

Author
Daniel Cahall
License
MIT
Homepage
https://danielenricocahall.github.io/elephas/
PyPi:
https://pypi.org/project/elephas/
GitHub Repo:
https://github.com/maxpumperla/elephas

Classifiers

No  elephas  pypi packages just yet.

Errors

A list of common elephas errors.

Code Examples

Here are some elephas code examples and snippets.

Related Packages & Articles

horovod 0.28.1

Horovod is a powerful distributed training framework for Python that allows you to train deep learning models across multiple GPUs and servers quickly and efficiently. It falls under the category of distributed computing libraries. Built on top of TensorFlow, PyTorch, and other popular deep learning frameworks, Horovod simplifies the process of scaling up your model training by handling the complexities of distributed training under the hood.

ktrain 0.41.3

ktrain is a wrapper for TensorFlow Keras that makes deep learning and AI more accessible and easier to apply

onnx 1.16.0

Open Neural Network Exchange (ONNX) is an open ecosystem that empowers AI developers to choose the right tools as their project evolves. ONNX provides an open source format for AI models, both deep learning and traditional ML. It defines an extensible computation graph model, as well as definitions of built-in operators and standard data types. Currently we focus on the capabilities needed for inferencing (scoring).

livelossplot 0.5.5

Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.