Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我遇到了一篇使用 SMO 实现 SVM 的论文。我打算在它的基础上实现SVR(支持向量回归),使用SMO。但我被困住了。我想问一下拉格朗日参数的初始值是怎么产生的?它们是使用随机函数生成的吗?因为我遇到了几个实现,并且没有关于如何生成初始值的概念。
初始参数可以是随机的,SVR 最终会随着最优参数进化。二阶导数在 SVR 中保证为正,但在 SVM 中它可能并不总是支持优化。