フィルターのクリア

can we execute neural network in loop?

1 回表示 (過去 30 日間)
Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran 2013 年 1 月 19 日
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 Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by