Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Week 8-2-9-Copy-0

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

C) Both S1 and S2 are true.

D) NeitherS1 nor S2 are true.

The correct answer is: C) Both S1 and S2 are true.

A Parameter Server in distributed machine learning:

● Distributes a model over multiple machines: This allows for efficient training
of large models on clusters of machines.
● Offers two operations:
○ Pull: Workers can query parts of the model from the Parameter Server.
○ Push: Workers can update parts of the model by pushing their computed
gradients to the Parameter Server.

These two operations are essential for the coordination and synchronization of
distributed machine learning algorithms.

You might also like