Error in running narx, feedforward netowrk

조회 수: 1 (최근 30일)
Sanket Naik
Sanket Naik 2023년 6월 12일
답변: Ranjeet 2023년 6월 27일
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일
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.

카테고리

Help CenterFile Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by