Train nonlinear input-output neural network with multiple data sets

1 回表示 (過去 30 日間)
Christopher Fernandez
Christopher Fernandez 2018 年 7 月 17 日
回答済み: Greg Heath 2018 年 9 月 2 日
I have 5 sets of inputs corresponding outputs (all 1X100 data points) that I want to use to train a nonlinear input-output network. I'm trying to avoid combining inputs into one large set to avoid jumps in the data and because the network will be used with 1X100 size inputs. Is there a way to adjust the script that the GUI creates, or combine the data, to allow for a network to be trained multiple times with different data sets?
  1 件のコメント
Matheus Torquato
Matheus Torquato 2018 年 8 月 31 日
I have the same question. I would like to train a Nonlinear Input-Output NN without using the Matlab ntstool.

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

回答 (1 件)

Greg Heath
Greg Heath 2018 年 9 月 2 日
ALL OF YOUR FEARS ARE UNFOUNDED. IN PARTICULAR
1. Combining inputs into one large set to obtain jumps in the data can be beneficial
2. For regression and classification: As long as the training set is large and diverse enough to obtain relatively stable weight estimates and the test set is large enough to obtain relatively stable output estimates, the relative sizes of the training and operational data sets is irrelevant.
Hope this helps
*Thank you for formally accepting my answer*
Greg

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

製品


リリース

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by