diff --git a/doc/pub/svm/html/._svm-bs000.html b/doc/pub/svm/html/._svm-bs000.html index 811e86f4d..52d9034be 100644 --- a/doc/pub/svm/html/._svm-bs000.html +++ b/doc/pub/svm/html/._svm-bs000.html @@ -174,7 +174,7 @@ MathJax.Hub.Config({
-
diff --git a/doc/pub/svm/html/._svm-bs009.html b/doc/pub/svm/html/._svm-bs009.html index 2b389e3b0..4bfee26d9 100644 --- a/doc/pub/svm/html/._svm-bs009.html +++ b/doc/pub/svm/html/._svm-bs009.html @@ -159,9 +159,8 @@ MathJax.Hub.Config({
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.
diff --git a/doc/pub/svm/html/svm-bs.html b/doc/pub/svm/html/svm-bs.html index 811e86f4d..52d9034be 100644 --- a/doc/pub/svm/html/svm-bs.html +++ b/doc/pub/svm/html/svm-bs.html @@ -174,7 +174,7 @@ MathJax.Hub.Config({
-
diff --git a/doc/pub/svm/html/svm-reveal.html b/doc/pub/svm/html/svm-reveal.html index 941055f1b..2b298cddc 100644 --- a/doc/pub/svm/html/svm-reveal.html +++ b/doc/pub/svm/html/svm-reveal.html @@ -148,7 +148,7 @@ MathJax.Hub.Config({
-
@@ -471,9 +471,8 @@ where \( \eta \) is our by now well-known learning rate.
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.
diff --git a/doc/pub/svm/html/svm-solarized.html b/doc/pub/svm/html/svm-solarized.html index c4b108daf..e8d78b39d 100644 --- a/doc/pub/svm/html/svm-solarized.html +++ b/doc/pub/svm/html/svm-solarized.html @@ -110,7 +110,7 @@ MathJax.Hub.Config({
-
@@ -398,9 +398,8 @@ where \( \eta \) is our by now well-known learning rate.
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.
diff --git a/doc/pub/svm/html/svm.html b/doc/pub/svm/html/svm.html index ad3d86721..af6d4c338 100644 --- a/doc/pub/svm/html/svm.html +++ b/doc/pub/svm/html/svm.html @@ -115,7 +115,7 @@ MathJax.Hub.Config({
-
@@ -403,9 +403,8 @@ where \( \eta \) is our by now well-known learning rate.
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.
diff --git a/doc/pub/svm/ipynb/ipynb-svm-src.tar.gz b/doc/pub/svm/ipynb/ipynb-svm-src.tar.gz index ab001d657..87cddf0b1 100644 Binary files a/doc/pub/svm/ipynb/ipynb-svm-src.tar.gz and b/doc/pub/svm/ipynb/ipynb-svm-src.tar.gz differ diff --git a/doc/pub/svm/ipynb/svm.ipynb b/doc/pub/svm/ipynb/svm.ipynb index 5dc073bd4..fe2c161a8 100644 --- a/doc/pub/svm/ipynb/svm.ipynb +++ b/doc/pub/svm/ipynb/svm.ipynb @@ -10,7 +10,7 @@ " \n", "**Morten Hjorth-Jensen**, Department of Physics, University of Oslo and Department of Physics and Astronomy and National Superconducting Cyclotron Laboratory, Michigan State University\n", "\n", - "Date: **Nov 16, 2019**\n", + "Date: **Nov 18, 2019**\n", "\n", "Copyright 1999-2019, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license\n", "\n", @@ -423,9 +423,8 @@ "## Code Example\n", "\n", "The equations we discussed above can be coded rather easily (the\n", - "framework is rather similar to what we developed for logistic\n", - "regression). We use the standard moons example to set up our data\n", - "set. We want to find a line which separates the two classes" + "framework is similar to what we developed for logistic\n", + "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." ] }, { diff --git a/doc/pub/svm/pdf/svm-minted.pdf b/doc/pub/svm/pdf/svm-minted.pdf index 7bcee8577..bb217b4de 100644 Binary files a/doc/pub/svm/pdf/svm-minted.pdf and b/doc/pub/svm/pdf/svm-minted.pdf differ