Error in running narx, feedforward netowrk

Narx network, Feedforward network throwing the below error.
Not enough input arguments.
Error in mse (line 2)
mseValue = mean((ytrue-ypred).^2,"omitnan");
Error in network>new_network (line 142)
net.performParam = mse('defaultParam');
Error in network (line 71)
net = new_network(varargin{:});
Error in feedforwardnet>create_network (line 105)
net = network;
Error in feedforwardnet (line 73)
net = create_network(param);

2 件のコメント

Saurabh
Saurabh 2023 年 6 月 12 日
Can You share more deatails and errors screenshot along with the code you are working on.
Sanket Naik
Sanket Naik 2023 年 6 月 12 日
It looks like it's due to specific version. Even same error occurs even when i run internal examples(TrainNARXNetworkAndPredictOnNewDataExample).

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

回答 (1 件)

Ranjeet
Ranjeet 2023 年 6 月 27 日

1 投票

Hi Sanket,
The error you are facing is same as the one in the following link -
Have a look at the suggestions by in the question.

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

製品

リリース

R2022b

質問済み:

2023 年 6 月 12 日

回答済み:

2023 年 6 月 27 日

Community Treasure Hunt

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

Start Hunting!

Translated by