.. _example_svm_plot_svm_kernels.py: ========================================================= SVM-Kernels ========================================================= Three different types of SVM-Kernels are displayed below. The polynomial and RBF are especially useful when the data-points are not linearly separable. **Python source code:** :download:`plot_svm_kernels.py ` .. literalinclude:: plot_svm_kernels.py :lines: 15-