how i can use nntool with a scipt

조회 수: 1 (최근 30일)
hind lizan
hind lizan 2018년 4월 22일
답변: Benjamin Großmann 2018년 5월 22일
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

답변 (1개)

Benjamin Großmann
Benjamin Großmann 2018년 5월 22일
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.

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by