How to use Neural Network Error as a Feedback Input
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
David Franco
le 9 Fév 2018
Commenté : David Franco
le 2 Juin 2019
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
0 commentaires
Réponse acceptée
Waddah Waheeb
le 1 Juin 2019
The code to feed back network error as an input can be downloaded from the following link:
Hope this helps!
3 commentaires
Waddah Waheeb
le 2 Juin 2019
Modifié(e) : Waddah Waheeb
le 2 Juin 2019
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.
Plus de réponses (1)
Greg Heath
le 13 Fév 2018
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
0 commentaires
Voir également
Catégories
En savoir plus sur Sequence and Numeric Feature Data Workflows dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!