CompTIA DataX DY0-001 (V1) Practice Question

While implementing stochastic gradient descent with Momentum, a developer maintains a velocity vector v that is initialized to zeros. At iteration t the gradient is denoted g_t = ∇L(θ_{t−1}), the learning-rate is η, and the momentum coefficient is β. Which pair of update equations corresponds to the classical Momentum algorithm as it is implemented in major deep-learning libraries such as PyTorch and TensorFlow?

  • v_t = β·v_{t−1} + η·g_t ; θ_t = θ_{t−1} − v_t

  • v_t = β·v_{t−1} + g_t^2 ; θ_t = θ_{t−1} − η·g_t / √(v_t + ε)

  • v_t = β·v_{t−1} + g_t ; θ_t = θ_{t−1} − η·v_t

  • v_t = β·v_{t−1} + g_t ; θ_t = θ_{t−1} − η·g_t − β·v_t

CompTIA DataX DY0-001 (V1)
Machine Learning
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

SAVE $64
$529.00 $465.00
Bash, the Crucial Exams Chat Bot
AI Bot