Does the Machine learning toolbox (decision tree,...) support GPU
Show older comments
Hi, I'm currently using Matlab R2015a, and I wish to take advantage of the GPU to speedup my code. However, when I used a decision tree and train I received an error: .... = ClassificationTree.fit(data,labels) The variable "data" is of the gpuArray type. So I had to transfer back to CPU to train the classifier. I wonder is there any way I can use gpuArray on training/testing ? And in more recent Matlab releases, are the functionalities GPU-friendly? :(
Accepted Answer
More Answers (0)
Categories
Find more on GPU Computing 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!