Kernel Regression
- We can use linear regression for non-linear data using high dimensional quadratic line
 - The problem is we don't know which polynomial to use
 - So we use Kernel Regression
 - Kernel Regression is a Non-parametric Method
 
 Kernel Regression Formula
where,
- The function k() is a kernel function, which works as a similarity function.