Linear model:
- Function:y=wx+b
- Define Loss from Training Data
Loss is a function of parameters: L(b,w) - Optimization:
method-Gradient Descent:
- (Randomly)Pick an initial value
- compute
- update
All piecewise Linear Curves:
sigmoid function
change w,b,c: