Skip to content

Commit faaacc2

Browse files
committed
add note about perceptron p.55
1 parent b1d1579 commit faaacc2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: docs/errata/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ pg. 55
6868

6969
![](./images/pg55.png)
7070

71+
Note that in scikit-learn version 0.20 (compared to 0.19) you may get different perceptron results.
72+
In any case, for the perceptron, this is not important as it does not converge anyway when the classes are not linearly seperable, so, the results also depend on the number of iterations and the random seed for data shuffling. The perceptron, in this case, will cyrcle through ~2-9 missclassifications no matter what, since due to the nature of the algorithm, it will never converge on a dataset that is not seperable via a linear boundary/hyperplane.
73+
74+
75+
7176
pg. 56
7277

7378
Earlier prints of the book had a chapter reference in the info box:

0 commit comments

Comments
 (0)