A Parallel Version of Support Vector Machine
资 源 简 介
应用背景It is the code of the following paper: http://books.nips.cc/papers/files/nips20/NIPS2007_0435.pdf. This is an all-kernel-support version of SVM, which can parallel run on multiple machines. ---From code.google关键技术
We migrate it from Google"s large scale computing infrastructure to MPI, then every one can use and run it. Please notice this open source project is a 20% project (we do it in part time), and it is still in a Beta version. :)
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
文 件 列 表
psvm-1.0
common.h
document.cc
document.h
io.cc
io.h
kernel.cc
kernel.h
matrix.cc
matrix.h
matrix_manipulation.cc
matrix_manipulation.h
model.cc
model.h
parallel_interface.cc
parallel_interface.h
pd_ipm.cc
pd_ipm.h
pd_ipm_parm.h
svm_predict.cc
svm_predict.h
svm_train.cc
svm_train.h
timer.cc
timer.h
util.cc
util.h
Makefile