code failed

This commit is contained in:
Morten Hjorth-Jensen
2019-11-18 23:04:39 +01:00
parent e8967bfd3f
commit 594cb29f02
+2 -3
View File
@@ -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