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.
我有一个作业是用支持向量机对多类图像进行分类。我不允许使用任何工具箱,我必须自己编写 SVM 代码。我必须在 MATLAB 中实现它。由于我对 MATLAB 不熟悉,所以在实现上遇到了一些麻烦。
你能建议我任何基本解释 svm 实现的伪代码或论文吗?我的意思是我知道 SVM 的理论,但我只是不擅长编程。或者任何 SVM 代码都可能非常有帮助!
提前谢谢你的帮助。
我喜欢使用 LibSVM 库。在其网页上,您可以找到有关 SVM 的一些有用提示和描述。还有 SVM 分类的初学者指南。源代码本身也应该可用。
http://www.csie.ntu.edu.tw/~cjlin/libsvm/