#support-vector-machines
Read more stories on Hashnode
Articles with this tag
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...
Here we can see 2 Categories. Category 1 has red cross and Category 2 has green cross. Now we can create a line and and using 2 support vectors, we...
So far in Linear regression we have seen linear lines . We could calculate the minimum error by summation of (y-y(hat))^2 You can remind it from this...