- Linear Regression
- This we understand—best linear fit
- Logistic Regression
- Convert binary classification into a linear regression problem via the logistic function
- Singular-Value Decomposition
- Originally developed for data which is linearly separable in higher dimensions
- Increase the number of dimensions to \(n\) where one can find a hyperplane of dimension \(n-1\) that separates the data as needed
- Has been extended to non-linearly separable sets via a hinge function
- Hinge loss is a continuous linear function, but not differentiable
- Originally developed for data which is linearly separable in higher dimensions
