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!