Configuring a NARX network's inputs and outputs

조회 수: 6 (최근 30일)
Maksym Zawrotny
Maksym Zawrotny 2018년 10월 17일
답변: Maksym Zawrotny 2018년 10월 18일
Hello!
I have created basic NARX NN by:
net1 = narxnet(0, 1, 5, 'open', 'trainbr');
I checked it with view(net1) and I got 0 inputs and 0 outputs network. I tried to configurate network by:
net1 = configure(net1, learnWysterowanie, learnMocMlyna);
where: learnWysterowanie is 217x1 column vector with input data and learnMocMlyna is 217x1 column vector containing target data.
Method doesnt work - I get this error:
The numbers of input signals and networks inputs do not match.
Do anyone has an idea what I am doing bad so I cannot configurate my ANN?
Thank you!
  댓글 수: 2
Kevin Chng
Kevin Chng 2018년 10월 17일
Have you tried neural network time series apps?
Maksym Zawrotny
Maksym Zawrotny 2018년 10월 17일
Yes I tried app, but I dont like it. I need a network without delay of inputs, but with delays on feedback. App doesn't permit me to do that, so I am doing it by coding.

댓글을 달려면 로그인하십시오.

채택된 답변

Maksym Zawrotny
Maksym Zawrotny 2018년 10월 18일
I found a solution. It has tobe configured in closedloop mode. I don't know why, but it solved this problem.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Sequence 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