.. _example_svm_plot_svm_nonlinear.py:


==============
Non-linear SVM
==============

Perform binary classification using non-linear SVC
with RBF kernel. The target to predict is a XOR of the
inputs.




.. image:: images/plot_svm_nonlinear_1.png
    :align: center


**Python source code:** :download:`plot_svm_nonlinear.py <plot_svm_nonlinear.py>`

.. literalinclude:: plot_svm_nonlinear.py
    :lines: 11-