Does the Machine learning toolbox (decision tree,...) support GPU
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Dang Manh Truong
el 25 de En. de 2017
Respondida: Walter Roberson
el 25 de En. de 2017
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? :(
0 comentarios
Respuesta aceptada
Walter Roberson
el 25 de En. de 2017
(In R2015a) "There is no GPU support for decision trees or their ensembles. [...] If you are using 15a or later, trees are multithreaded." (That is, use multiple CPU cores)
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Classification Ensembles en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!