How to retrain neural network from a script command?

1 Ansicht (letzte 30 Tage)
Nour Aburaed
Nour Aburaed am 23 Sep. 2018
Bearbeitet: Rishabh Rathore am 28 Sep. 2018
Hello, apologies if this question was asked before, but I have yet to find an answer to my question. When I use "nnstart", there is an option to retrain the network after it finishes training. How can I do this from the script command?
Thanks.

Antworten (1)

Rishabh Rathore
Rishabh Rathore am 28 Sep. 2018
Bearbeitet: Rishabh Rathore am 28 Sep. 2018
There's no function/command to retrain the network.
"Retrain" option resets the weights and runs the " train " function again. You could do the same to retrain the network. Reset the initial network weights and biases to new values with init and train again (see “ Initializing Weights ” (init)).

Kategorien

Mehr zu Image Data Workflows 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!

Translated by