What is the goal of gradient descent?
What is the goal of gradient descent? Correct Answer Minimize cost function
Gradient descent starts with some random t0 and t1. It keeps on altering them to reduce the cost function J(t0, t1). It stops at a point where it assumes that the cost function is minimal.