Distributed Learning

Distributed Learning

Algorithms that split the training process across multiple machines or devices to handle large datasets and speed up computations.

• Distributed Stochastic Gradient Descent (Distributed SGD)

• Federated Learning

• MapReduce for ML

• Horovod (for deep learning models)

• Apache Spark MLlib

Last updated