Gradient Descend Algorithm - Weight Update #112
Unanswered
bmchandra
asked this question in
Lecture videos and quizzes
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the video for Gradient Descend Algorithm ( fig. attached), the parameters updation is done as w=w - alpha* gradient.
Should have been w=w + alpha* gradient
Beta Was this translation helpful? Give feedback.
All reactions