Kernel SVM and Sparsity
Learn how to implement kernel SVM and observe sparsity in the solution vector for better generalization.
We'll cover the following...
Kernels in SVM
The dual formulation straightforwardly offers kernelization of SVM. As we notice in the following dual optimization problem, the Gram matrix can be computed using any kernel function:
...