How To Choose Kernel In SVM
There is no one rule to define the kernel.
Choosing kernel for SVM depends on,
- Data distribution
- Size
- Data characteristics
- Noise
- Outliers
- If Linear, use standard Support Vector Machine (SVM)
- If Non-Linear,
- Use Cross Validation to find which one to use - Polynomial Kernel, Radial Basis Kernel