フィルターのクリア

Is possible solve the problem used ANN toolbox? (related future input)

1 回表示 (過去 30 日間)
Jeong_evolution
Jeong_evolution 2016 年 11 月 28 日
回答済み: Greg Heath 2016 年 11 月 29 日
Hi All, I have some question.
First of all, Fore example, Database is like blelow.
------------------
3 1 2 4 5 6 7
1 4 5 7 2 5 9
3 5 7 1 2 3 5
1 4 6 1 2 4 8
------------------
1~6 column is Inputs.
7 column is Output.
In Fitting app ANN toolbox in MATLAB,
1~6 column - Inputs
7 column - Target
And then training, I get Output data used Target.
But, If I have 'future input'
How forecasting the Output used 'future input'?
future input is like below.
------------------
1 4 5 6 2 1
4 5 1 2 6 7
6 1 5 4 2 1
------------------

採用された回答

Greg Heath
Greg Heath 2016 年 11 月 29 日
"I"nputs are I-dimensional column vectors and "O"utput targets are O-dimensional column vectors. Then
[ I N ] = size(inputmatrix)
[ O N ] = size(targetmatrix)
additional input vectors must be I-dimensional columns.
Hope this helps.
Thank you for formally accepting my answer
Greg

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by