Linear Regression
Linear regression is a fundamental machine learning algorithm which is often used for classification and prediction problems. It uses a linear combination of variables or function of variables to predict a value of an output variable.
It’s a multi-part series in which I’m planning to cover the following:
- What is Linear Regression?
- Supervised Learning
- The Math Behind Linear Regression
- Cost Function and Equation Derivation
- Advantages and Disadvantages