0% found this document useful (0 votes)
40 views1 page

Week 8-2-9-Copy-0

Uploaded by

many many
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views1 page

Week 8-2-9-Copy-0

Uploaded by

many many
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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