Week 1 and Week 2 Gradient descent algorithm
Link: https://www.coursera.org/learn/machine-learning/lecture/2f2PA/gradient-descent
Description:
I have below 2 questions:
-
How to assume the initial values for the parameters w and b? Should we always start with 0, 0?
-
How to decide the no. of iterations for which the gradient descent will run?