What is SVM? Can you name some kernels used in SVM?
Options
Comments
-
Support vector machine is the technical term. They are applied to jobs requiring categorization and prediction. A separation plane used in SVM distinguishes between the two classes of variables. A hyperplane is the name for this separating plane. Some of the kernels used in SVM are –
- Polynomial Kernel
- Gaussian Kernel
- Laplace RBF Kernel
- Sigmoid Kernel
- Hyperbolic Kernel