Contribute Media
A thank you to everyone who makes this possible: Read More

Distributed Machine Learning with Python

Description

As the amount of data continues to grow, the need for distributed machine learning continues to grows with it. We'll discuss techniques and methods for distributing machine learning training such as data parallelism and model parallelism. We'll then discuss how to build scalable machine learning systems and show two examples of this using Python: one with Apache Spark MLlib, one with TensorFlow.

Improve this page