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!