Smorodov 578 Report post Posted April 14, 2013 Нашел реализацию SVM на CUDA (visual studio): http://patternsonascreen.net/cuSVM.html Описание оттуда: cuSVM is a software package for high-speed (Gaussian-kernelized) Support Vector Machine training and prediction that exploits the massively parallel processing power of Graphics Processors (GPUs). cuSVM is written in NVIDIA's CUDA C-language GPU programming environment, includes implementations of both classification and regression, and performs SVM training (prediction) at 13-73 (22-172) times the rate of state of the art CPU software. Moreover, cuSVM features a Matlab MEX wrapper so that users can access the GPU's power without having to do any "real" programming. Тут как перестроить под CUDA 5, VS2010 x64: http://wmii.uwm.edu.pl/~ksopyla/projects/cusvm-for-cuda-5-0-and-matlab-x64/ 1 Share this post Link to post Share on other sites
mrgloom 242 Report post Posted April 15, 2013 ну хоть инструкция есть, а то существует примерно 4 реализации на GPU и ни одна из коробки не работает. но я так полагаю это все равно не панацея для больших задач, а только чтобы ускорить маленькие и ускорить prediction. все равно для больших объемов online\iterative svm. Share this post Link to post Share on other sites