← Main book chapter 14
Contents / index
Browser back
← Previous chapter
Next chapter →
Laboratory
Memory
Cards
Sort
Match
Visuals
Coding
Quiz
Programming practice
Gradient descent sign — Chapter 14
Move against the gradient, not along it.
Language:
JavaScript
Student code
x = x + eta*gradx; y = y + eta*grady;
Check code
Show corrected code
Reset buggy code
Feedback
Corrected code