フィルターのクリア

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 Center および File ExchangeSequence 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