nerdexam
Microsoft

70-774 · Question #59

70-774 Question #59: Real Exam Question with Answer & Explanation

The correct answer is A. DataParallelASGD. Data-Parallel Training with Parameter Server Parameter server is a widely used framework in distributed machine learning. The most important benefit it brings is the asynchronous parallel training with many workers. You can use Data-Parallel ASGD. Incorrect ANswers: D: Model-Aver

Question

You are building an Azure Machine Learning workflow by using Azure Machine Learning Studio. You create an Azure notebook that supports the Microsoft Cognitive Toolkit. You need to ensure that the stochastic gradient descent (SGD) configuration maximizes the samples per second and supports parallel modeling that is managed by a parameter server. Which SGD algorithm should you use?

Options

  • ADataParallelASGD
  • BDataParallelSGD
  • CBlockMomentumSGD
  • DModelAveragingSGD

Explanation

Data-Parallel Training with Parameter Server Parameter server is a widely used framework in distributed machine learning. The most important benefit it brings is the asynchronous parallel training with many workers. You can use Data-Parallel ASGD. Incorrect ANswers: D: Model-Averaging SGD generally converges more slowly and to a worse optimum, compared to 1-bit SGD and Block-Momentum SGD, so it is no longer recommended. https://docs.microsoft.com/en-us/cognitive-toolkit/multiple-gpus-and-machines

Community Discussion

No community discussion yet for this question.

Full 70-774 Practice