How to run multivariate regression on GPU?

1 visualización (últimos 30 días)
MJ
MJ el 30 de Mayo de 2017
Respondida: Abel Babu el 2 de Jun. de 2017
Let's say my Y is "100000x1 gpuArray double" and my x is "100000x3 gpuArray double". How can I change the data structure so that I can use the 'regress' or a similar syntax? Thanks!

Respuestas (1)

Abel Babu
Abel Babu el 2 de Jun. de 2017
Hi MJ,
You can use the 'gather' function to get back the data in the gpuarray to the workplace. More about the same can be read here: http://in.mathworks.com/help/distcomp/gather.html
Abel

Categorías

Más información sobre GPU Computing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by