can we execute neural network in loop?

1 次查看(过去 30 天)
I need to train 25 images using neural network. Is it possible to train in loops?

采纳的回答

Greg Heath
Greg Heath 2013-1-19
Yes.
I typically loop over
1. Number of hidden nodes (outer)
2. Number of trials for Random initial weights and random data division (inner loop)
Results are stored in matrices of size [ Ntrials numH ]
Searching with my name and Ntrials should bring up examples.
Hope this helps.
Thank you for formally accepting my answer.
Greg

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by