Regression
Get familiar with regression, understand how it’s different from classification, and how to use it for predicting the target.
We'll cover the following...
We'll cover the following...
Regression
Regression is a technique that creates a mapping function to approximate the relationship between a real number as a target label and its input features.
In other words, given a dataset , where and represent input and target, respectively, a regression function will be:
Note: The performance of the regression technique is measured by its loss, which is the difference between the ground truth ...