How to make the FITCSVM function compute in parallel in MATLAB to speed up the operation?
6 views (last 30 days)
Show older comments
Hi!
I used FITCSVM to perform regression on my data, which was slow, and the help documentation for this function didn't mention parallel computation.
The following code, What command is added to the following code to perform parallel computation?
SvmMod = fitrsvm(...
xTra,yTra,...
'OptimizeHyperparameters','auto',...
'HyperparameterOptimizationOptions',...
struct('AcquisitionFunctionName',...
'expected-improvement-plus'...
))
0 Comments
Answers (0)
See Also
Categories
Find more on Classification Learner App in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!