MCQ Practice Single Best Answer Topic: SNN MCQ in Python

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

Question ID
#5363
Subchapter
SNN MCQ in Python
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is correct.

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

Explanation

w - learning_rate*dw

Share This Question

Share this MCQ with your friends or study group.