Effacer les filtres
Effacer les filtres

Is it possible to use parfor to run a very large variable separately?

1 vue (au cours des 30 derniers jours)
Lester Lim
Lester Lim le 29 Jan 2013
Is it possible to use parfor to run a very large variable separately? I've been finding a way to run a training data which is too big separately. Any suggestions?

Réponses (1)

Shashank Prasanna
Shashank Prasanna le 29 Jan 2013
Could you elaborate on "run a very large variable separately" There are things you can do parallely and there are few things you can't(if the output of one is needed as input for the next). The stuff you can do using Parallel Computing toolbox mostly fall under the embarrassingly parallel paradigm.
If you can provide further information on what you are doing then I will be able to give you a clearer picture.
  8 commentaires
Lester Lim
Lester Lim le 29 Jan 2013
You're right the computer im using is a 3GB memory, which currently cant run the huge amounts of data im using. I think im gonna find another way to do the classifier probably using just simple statistics calculations. The school's computer has a lot of limitations and only basic matlab.
Lester Lim
Lester Lim le 29 Jan 2013
You're right the computer im using is a 3GB memory, which currently cant run the huge amounts of data im using. I think im gonna find another way to do the classifier probably using just simple statistics calculations. The school's computer has a lot of limitations and only basic matlab.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Parallel for-Loops (parfor) dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by