From 594cb29f0250d1be23da744e55b23e8f3b5c4f87 Mon Sep 17 00:00:00 2001 From: Morten Hjorth-Jensen Date: Mon, 18 Nov 2019 23:04:39 +0100 Subject: [PATCH] code failed --- doc/src/SupportVMachines/svm.do.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/src/SupportVMachines/svm.do.txt b/doc/src/SupportVMachines/svm.do.txt index fda01db6e..5bbb29bd3 100644 --- a/doc/src/SupportVMachines/svm.do.txt +++ b/doc/src/SupportVMachines/svm.do.txt @@ -274,9 +274,8 @@ where $\eta$ is our by now well-known learning rate. ===== Code Example ===== The equations we discussed above can be coded rather easily (the -framework is rather similar to what we developed for logistic -regression). We use the standard moons example to set up our data -set. We want to find a line which separates the two classes +framework is similar to what we developed for logistic +regression). We are going to set up a simple case with two classes only and we want to find a line which separates them the best possible way. !bc pycod !ec