フィルターのクリア

Elman Neural Network (ENN)

6 ビュー (過去 30 日間)
Abdul Ghaffar
Abdul Ghaffar 2019 年 6 月 14 日
回答済み: Greg Heath 2019 年 6 月 16 日
@ all.
I have 1728 observation. First 1296 are from training data and the rest 432 observations are for testing data. Now, I am going to apply Elman Neural Network (ENN) on the data for forecasting. I am facing problem on arranging data, how to arrange data for training and test. I apply code and this error occur
"Error using network/train (line 340), Input data size does not match net.inputs{1}.size., Error in chapter23 (line 84), net=train(net,p_train,t_train); "

回答 (1 件)

Greg Heath
Greg Heath 2019 年 6 月 16 日
size(P_TRAIN) = [ 1296 1728]
size(T_TRAIN) = [ 432 1728]
Hope this helps.
*Thank you for formally accepting my answer*
Greg

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by