Skip to content
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

支持向量机边界错误 #397

Open
yinchuandong opened this issue Nov 18, 2014 · 1 comment
Open

支持向量机边界错误 #397

yinchuandong opened this issue Nov 18, 2014 · 1 comment

Comments

@yinchuandong
Copy link

https://github.com/julycoding/The-Art-Of-Programming-By-July/blob/master/ebook/zh/07.02.svm.md

第3.5.1节:
当yi, yj异号时,应该是H = min{C, C + aj - ai}
当yi, yj同号时,应该是H = min{C, ai + aj}

希望能订正

@julycoding
Copy link
Owner

你好,其实后来在博客中:http://blog.csdn.net/v_july_v/article/details/7624837 ,和Word版本内都已经对H 进行了修正,只是这github上没修正。
欢迎你pull request 进行修正,thanks。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants