how i can use nntool with a scipt
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
hi, i need to write a scipt for the configuration that we do mannualy in nntool and use a loop to try many number of neurones and save the performance and regression in a file . i tried many but i have a lot of errors
0 Kommentare
Antworten (1)
Benjamin Großmann
am 22 Mai 2018
Use nnstart instead of nntool ("nntool is no longer recommended").
Within nnstart you can choose your tool (nftool, nprtool, nctool, ntstool) depending on your task. With these tools you can can configure your net and data similarily to nntool. The last page of these tools provides (after training) the possibility to generate a Matlab-script (Usually I use the "advanced script"). You can also load example datasets (implemented in the tools) where training time is only a few seconds.
In my opinion, the automatically generated script is a good start point and can easily be adapted e.g. integrated within a loop which varies the number of neurones.
0 Kommentare
Siehe auch
Kategorien
Mehr zu MRI finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!