Support Vector Machines Part 2: The Polynomial Kernel (Part 2 of 3)
StatQuest with Josh Starmer · 7:15
Josh Starmer explains how the polynomial kernel in support vector machines works: it takes two observations, plugs them into the formula (a×b + r)^d, and the result is mathematically equivalent to a dot product of hig...