Retraining nlarx using init()

1 vue (au cours des 30 derniers jours)
Marco Pizzoli
Marco Pizzoli le 21 Sep 2020
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.

Réponses (0)

Catégories

En savoir plus sur Sequence and Numeric Feature Data Workflows dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by