开发者

How can I use SVM in Java

开发者 https://www.devze.com 2023-04-12 08:32 出处:网络
I\'m extremally new to SVM. I need to extract sentences from text and I have found an article that explains how to do it by usin开发者_如何学Gog SVM algorithm.

I'm extremally new to SVM. I need to extract sentences from text and I have found an article that explains how to do it by usin开发者_如何学Gog SVM algorithm.

How can I implement SVM in Java? Is it correct to use Weka to solve my problem?


Yes, you can use Weka. You can also use SVM directly from LibSVM (which Weka actually wraps).


FYI : Platt's SMO,Sequential Minimal Optimization is implemented in WEKA itself, which you can use too.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号