julycoding/The-Art-Of-Programming-By-July-2nd

支持向量机边界错误

yinchuandong opened this issue · 1 comments

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}

希望能订正

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