Single Choice Easy

QWhich of the below formula is used to update weights while performing gradient descent?

ID: #5363 SNN MCQ in Python 567 views
Question Info
#5363Q ID
EasyDifficulty
SNN MCQ in PythonTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A w - learning_rate*dw
  • B dw - learning_rate*w
  • C w /learning_rate*dw
  • D w +learning_rate*dw
Correct Answer

Explanation

w - learning_rate*dw

Share This Question

Challenge a friend or share with your study group.