Lesson 3
Linear Regression
Chapter : Lesson 3
Episode 4 - Loss Function
Summary:
- Loss function/Cost function: your explicit definition of what you mean by the ‘best’ model.
- A common loss function for linear regression: sum of squared errors (across all training examples)
- The objective of your algorithm is to minimise the loss function.