how i can use nntool with a scipt

4 visualizaciones (últimos 30 días)
hind lizan
hind lizan el 22 de Abr. de 2018
Respondida: Benjamin Großmann el 22 de Mayo de 2018
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

Respuestas (1)

Benjamin Großmann
Benjamin Großmann el 22 de Mayo de 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.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by