What is the output of gradient descent after each iteration?
What is the output of gradient descent after each iteration? Correct Answer Updated t0, t1
The goal of gradient descent is to alter t0 and t1 until a minimum J(t0, t1) is reached. It only updates t0 and t1. This, in turn, changes J(t0, t1) but it is never updated by the gradient descent algorithm.