开发者

How can I use SVM in Java

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜