Effacer les filtres
Effacer les filtres

can we execute neural network in loop?

1 vue (au cours des 30 derniers jours)
Sivakumaran Chandrasekaran
I need to train 25 images using neural network. Is it possible to train in loops?

Réponse acceptée

Greg Heath
Greg Heath le 19 Jan 2013
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

Plus de réponses (0)

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by