Skip to content

Commit dee404f

Browse files
committed
do not forget to introduce linear separability
1 parent 5b18c58 commit dee404f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tutorial/general_concepts.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,19 @@ Unsupervised feature extraction
336336
TODO
337337

338338

339+
Linearly separable data
340+
-----------------------
341+
342+
- TODO: explain the concept using the 2D project iris data
343+
344+
- Play with the interactive example from the ``examples`` folder of the
345+
``scikit-learn`` distribution:
346+
347+
% python $SKL_HOME/examples/applications/svm_gui.py
348+
349+
- Exercise: find a model that is able to solve the XOR problem using the GUI
350+
351+
339352
Training set, test sets and overfitting
340353
---------------------------------------
341354

0 commit comments

Comments
 (0)