This repository was archived by the owner on Jul 1, 2025. It is now read-only.
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
Uh oh!
There was an error while loading. Please reload this page.
-
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