+1 vote
in Data Handling by
Which of the below formula is used to update weights while performing gradient descent?

w /learning_rate*dw

w +learning_rate*dw

w - learning_rate*dw

dw - learning_rate*w

1 Answer

0 votes
by
w - learning_rate*dw

Related questions

0 votes
asked Nov 2, 2020 in Data Handling by AdilsonLima
0 votes
asked Jun 4, 2020 in Data Handling by SakshiSharma
...