How to train two NARX Networks in series simultaneously?

조회 수: 2 (최근 30일)
Abrar Habib
Abrar Habib 2015년 9월 8일
답변: Greg Heath 2015년 9월 8일
Hi all,
I would like to construct two NARX networks, with the output of the first fed in as input to the second (along with other inputs). I only have data for the final target (i.e. the target of the second NARX), hence I am unable to train the first NARX independently and hence again, I am resorting to training the two NARXs simultaneously.
Each of the two NARXs represent a physical process, thus it would be beneficial to keep them as two neural networks in order to get insight into the intermediate output (i.e. the output from the first NARX).
I considered constructing the series of two NARXs in Simulink and then training the two in one go, but unfortunately Simulink is used more for simulating 'trained' neural networks rather than training them with the known learning algorithms commonly used with neural networks.
Any suggestions are appreciated.
Thanks
Abrar

채택된 답변

Greg Heath
Greg Heath 2015년 9월 8일
No target? .. No train.
Hope this helps.
Greg

추가 답변 (0개)

카테고리

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