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

本项目曾冲到全球第一,干货集锦见本页面最底部,另完整精致的纸质版《编程之法:面试和算法心得》已在京东/当当上销售

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

支持向量机边界错误

yinchuandong opened this issue · 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}

希望能订正

commented

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