Lab02_Simple_Liner_Regression

▷ Regression

▷ Hypothesis

linear

▷ Build hypothesis and cost

▷ Gradient descent

$minimize cost(W, b)$

Parameter(W,b) Update

▷ Predict

Hypothesis $H(x) = Wx + b$