How can I speedup neural network training and simulation of a radial basis network using parallel computing toolbox in Matlab R2012A
1 回表示 (過去 30 日間)
古いコメントを表示
I have made a matlab script for predicting various parameters using a radial basis network function newrb.Usually,It takes a huge time for completing the entire process as I train the network for 230 iterations in order to get the optimum result.Now,I need to speed up the training and simulation using parallel computing toolbox.I know the way of doing this using parfor.But,I have read somewhere that the entire training algorithm(built in matlab functions) can be executed in parallel using UseParallel switch.Is it possible in R2012A.Any help would be highly appreciated.
0 件のコメント
回答 (1 件)
Jill Reese
2012 年 10 月 26 日
I think that the useParallel flag was introduced to the Neural Network Toolbox in the R2012b release. Here is a link to the documentation:
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!