What is the best strategy to choose w and b?

Hello Everyone,

What is the best strategy to choose w and b when trying to find the first model for linear regression, and also when computing the first gradient descent do we always choose zero for w?

Set the initial values to zero.
There is no method by which you can make any better initial guess

Okay. Thank you!