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!