Linear Regression and Gradient Descent (English version)
1.Problem and Loss FunctionLinear Regression is a Supervised Learning Algorithm with input matrix X and output label Y. We train a system to make hypothesis, which we hope to be as close to ...