Skip to content

Commit

Permalink
add note about perceptron p.55
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Mar 23, 2019
1 parent b1d1579 commit faaacc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/errata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ pg. 55

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

Note that in scikit-learn version 0.20 (compared to 0.19) you may get different perceptron results.
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.



pg. 56

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

0 comments on commit faaacc2

Please sign in to comment.