Distributed Machine Learning with Python

11:15am - 11:55am on Saturday, October 5 in Madison

Brad Miro

Slides:
https://github.com/bradmiro/talks/blob/master/PyGotham2019/python_distributed_ml.pdf
Watch:
https://youtu.be/eVvjbTZc1CM

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.

Want to edit this page?