parellel computing - training a self organizing map in parallel
Ältere Kommentare anzeigen
Hello,
How can I achive something like this?
x = [1 2 3 4 5 6 7 8 9 10];
tot=0;
parfor ii = 1:10
tot = tot + xx(ii);
end
I ultimatelly want to paralize my self organizing map (SOM) algorithm which I think the task boils down to understand how can I achive the above algorithm.
Thanks for any input!
Antworten (0)
Kategorien
Mehr zu Parallel and Cloud finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!