soloice / SVM-python

Implemented SVM in Python. In particular, the SMO algorithm is implemented.
MIT License
45 stars 23 forks source link

About the SMO-PolyKernel #1

Open 0215Arthur opened 4 years ago

0215Arthur commented 4 years ago

打扰一下,看了你的代码,特别棒的实现;只是我发现使用Poly多项式核的实验效果特别差,参数并没有成功更新。Readme里也没介绍关于Poly的结果,想问一下是代码的问题吗,我查了好久

soloice commented 4 years ago

好多年了,早忘了= = 如果要排查的话,建议先把数据集弄小一点,比如说就一个正样本一个负样本开始试,然后一步一步扩大数据集规模。

0215Arthur commented 4 years ago

没事儿,谢谢啊