English

On Error Correction Neural Networks for Economic Forecasting

Machine Learning 2020-06-02 v2 Dynamical Systems Machine Learning

Abstract

Recurrent neural networks (RNNs) are more suitable for learning non-linear dependencies in dynamical systems from observed time series data. In practice all the external variables driving such systems are not known a priori, especially in economical forecasting. A class of RNNs called Error Correction Neural Networks (ECNNs) was designed to compensate for missing input variables. It does this by feeding back in the current step the error made in the previous step. The ECNN is implemented in Python by the computation of the appropriate gradients and it is tested on stock market predictions. As expected it out performed the simple RNN and LSTM and other hybrid models which involve a de-noising pre-processing step. The intuition for the latter is that de-noising may lead to loss of information.

Keywords

Cite

@article{arxiv.2004.05277,
  title  = {On Error Correction Neural Networks for Economic Forecasting},
  author = {Mhlasakululeka Mvubu and Emmanuel Kabuga and Christian Plitz and Bubacarr Bah and Ronnie Becker and Hans Georg Zimmermann},
  journal= {arXiv preprint arXiv:2004.05277},
  year   = {2020}
}

Comments

13 pages, 4 figures, 11 tables

R2 v1 2026-06-23T14:47:39.899Z