parellel computing - training a self organizing map in parallel
古いコメントを表示
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!
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Parallel and Cloud についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!