Training a NarX net with multiple datasets

1 回表示 (過去 30 日間)
Luis Ignacio Ruiz
Luis Ignacio Ruiz 2016 年 5 月 13 日
コメント済み: Greg Heath 2016 年 5 月 14 日
Hi, i´ve been doing some experimentation training NarX networks with multiple datasets from the same model. Supposedly each time the net is trained with a dataset the weighs are modified to find an optimum. However, if you train that same network with the modified weighs with other dataset, i should change them again to fit the new dataset, right?
The thing is, that after training the same network with 6 different datasets from the same model and the validating with other datasets, the net had matched the model dynamic perfectly.
My question is, is there a name for this specific way of training a neural network or was it just luck?
Thank you beforehand

採用された回答

Greg Heath
Greg Heath 2016 年 5 月 14 日
Typically, training with a sequence of multiple datasets tends to cause the net to forget the salient characteristics of former training subsets. However, if the different subsets can be assumed to be random choices of realizations from the same model, you should be OK.
The salient characteristics should probably include min, median, mean, std, max and significant auto and/or cross correlation delays.
Hope this helps.
Thank you for formally accepting my answer
Greg
  2 件のコメント
Luis Ignacio Ruiz
Luis Ignacio Ruiz 2016 年 5 月 14 日
Thank you very much for the answer. How can I see the salient characteristics?
Greg Heath
Greg Heath 2016 年 5 月 14 日
Other than staring at a plot, you have to compute them from the data.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by