-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chapter 7 typo #83
Comments
(p234) In 3rd line of the first code block, |
(p237) In 3rd line, "inside a |
(p221) In 2nd eq. in the page, |
(p248) In step 3, \hat{y} eq. is ambiguous. I suggest \hat{y} = sign[\sum_{j=1}^{m} (\alpha_j \times predict(C_j, X))]. (p250) End of the 1st paragraph, "(step 4)" should be "(step 3)". |
Oh yes, definitely. Thanks!
Yes!
Thanks!
Yes, that's better
Yes |
(p225) In the middle of page,
"argmax_i [0.2 \times i_0 + 0.2 \times i_0 + 0.6 \times i_1]" should be "argmax_i [0.2 \times i_0 + 0.2 \times i_0, 0.6 \times i_1]"
Sorry I misunderstood it.
"argmax_i [0.2 \times i_0 + 0.2 \times i_0 + 0.6 \times i_1]" is right. :)
The text was updated successfully, but these errors were encountered: