필터 지우기
필터 지우기

How to use Neural Network Error as a Feedback Input

조회 수: 3 (최근 30일)
David Franco
David Franco 2018년 2월 9일
댓글: David Franco 2019년 6월 2일
Using neural network error as a feedback input helps reduce the overall network error and increase forecasting accuracy ( Wahheb et al. 2016).
How can I supply my Neural Network with its own error?
References:
Waheeb W, Ghazali R, Herawan T (2016) Ridge Polynomial Neural Network with Error Feedback for Time Series Forecasting. PLoS ONE 11(12): e0167248. https://doi.org/10.1371/journal.pone.0167248

채택된 답변

Waddah Waheeb
Waddah Waheeb 2019년 6월 1일
The code to feed back network error as an input can be downloaded from the following link:
Hope this helps!
  댓글 수: 3
Waddah Waheeb
Waddah Waheeb 2019년 6월 2일
편집: Waddah Waheeb 2019년 6월 2일
During training, errors are used to update the weights. But in the given code, the past error is used as an input too. Based on the literature in time series forecasting, this type of modelling is used to model nonlinear moving-average processes (e.g., unpredictable events or past shocks) more directly. Please have a look at this link.
David Franco
David Franco 2019년 6월 2일
Thanks Waddah Waheeb! That's exactly what I needed.

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

추가 답변 (1개)

Greg Heath
Greg Heath 2018년 2월 13일
THAT IS WHAT HAPPENS AUTOMATICALLY WHEN YOU TRAIN THE NET ! SEE THE FIGURE
net = train(net,x,t)
figure
Hope this helps.
Thank you for formally accepting my answer
Greg

카테고리

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