Kernel in SVM

Kernel is used to handle non-linear data in Support Vector Machine (SVM). There are two type of kernels

  1. Polynomial Kernel
  2. Radial Basis Kernel
  3. Sigmoid Kernel

Related Notes