Machine Learning - Kernel SVM (Part 13)
Until now, we had data which we could separate with a line.
But what if we get data like this?
Now we can't use any linear lines to separate them.
There are few ways to separate them.Ways:
We can go to higher dimension:
Assume that we have some...