Contents

dist-keras 0.2.1

0

Distributed Deep learning with Apache Spark with Keras.

Distributed Deep learning with Apache Spark with Keras.

Stars: 624, Watchers: 624, Forks: 171, Open Issues: 35

The cerndb/dist-keras repo was created 7 years ago and the last code push was 5 years ago.
The project is popular with 624 github stars!

How to Install dist-keras

You can install dist-keras using pip

pip install dist-keras

or add it to a project with poetry

poetry add dist-keras

Package Details

Author
Joeri Hermans
License
GPLv3
Homepage
https://github.com/JoeriHermans/dist-keras
PyPi:
https://pypi.org/project/dist-keras/
GitHub Repo:
https://github.com/JoeriHermans/dist-keras
No  dist-keras  pypi packages just yet.

Errors

A list of common dist-keras errors.

Code Examples

Here are some dist-keras code examples and snippets.

Related Packages & Articles

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).

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.

h2o 3.46.0.1

H2O, Fast Scalable Machine Learning, for python

keras 3.2.0

Keras is a deep learning API written in Python, running on top of the machine learning platform TensorFlow. The core data structures of Keras are layers and models. The philosophy is to keep simple things simple, while allowing the user to be fully in control when they need to (the ultimate control being the easy extensibility of the source code via subclassing).