January 2019
Intermediate to advanced
294 pages
6h 43m
English
A non-separable dataset like the one used previously is always a tough thing to deal with, however, there are ways to deal with it. One way is to set the vectors into higher dimensions through transformation. But, can we really do it when we have millions of data or vector in reckoning? It will take lots of computation and, also, time. That's where kernel to saves our day.
We have seen the following equation. In this, only the dot product of the training examples are responsible for making the model learn. Let's try to do a small exercise here:

Let's take two vectors here:
x1=[4,8] x2= [20,30]
Now, build a transformation function that ...
Read now
Unlock full access