|
|
|
|
|
by Maxatar
408 days ago
|
|
The kernel trick is a technique used in data classification that involves mapping the points into a higher dimensional space and then finding a linear separation in that higher dimension. It's not about finding a line of best fit or making the dataset appear linear, it's about being able to split a dataset into two classes using a linear function. |
|