|
0 down vote favorite I am using the following code for grid search on libsvm:
To increase the speed, I can either go for Parallel computing toolbox or running this on GPUs (though I guess first option would be better because GPUs are good at operations like convolution etc which are not so heavy in this case - please correct me if I am wrong.) How can I optimize this by running it on Parallel computing toolbox? I am beginner in this field and therefore need some input on how to implement the parfor loops. Thanks |