Where could I find an implementation of SVM on Hadoop?

拜拜、爱过 提交于 2019-12-24 13:42:27

问题


I found an implementation in http://code.google.com/p/cascadesvm/. However, there are no specifications about that. Has anyone tried that? Or where could I find an alternative implementation of SVM on Hadoop? Thanks a lot~


回答1:


Looks like someone did this within the Mahout project, not sure if it's been merged into trunk, but this looks like a good place to start:

https://issues.apache.org/jira/browse/MAHOUT-232




回答2:


You can check it out https://code.google.com/p/cascadesvm/ The training part, and a demo in Matlab version are released. https://code.google.com/p/cascadesvm/wiki/CascadeSVMMatlabVersion



来源:https://stackoverflow.com/questions/12515985/where-could-i-find-an-implementation-of-svm-on-hadoop

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!