Retraining nlarx using init()
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have identified a Neural Network by means of nlarx function.
I would like to retrain this network starting from the weights and bias obtained from the first training.
I considered the function init() taken from the documentation to reinitialize the new training with the same network architecture, weights and bias of the first network (model_narx).
net = model_narx.Nonlinearity.Network;
net = init(net);
However if I perform a new training it seems that it takes into account the desired architecture but neglects the weights and bias.
Indeed the performance does not start from the optimal value of the first training even when using the same data set used to train the network for the first time.
Thank you for the support.
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Data Workflows finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!