LGMLDec 13, 2018

Impact of Data Normalization on Deep Neural Network for Time Series Forecasting

arXiv:1812.05519v2128 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of improving time series forecasting accuracy for financial markets, but it is incremental as it focuses on a specific pre-processing step.

The paper tackles the challenge of applying deep neural networks to time series forecasting by evaluating the impact of different data normalization techniques on a deep recurrent neural network, using BSE and NYSE stock data to predict closing indices.

For the last few years it has been observed that the Deep Neural Networks (DNNs) has achieved an excellent success in image classification, speech recognition. But DNNs are suffer great deal of challenges for time series forecasting because most of the time series data are nonlinear in nature and highly dynamic in behaviour. The time series forecasting has a great impact on our socio-economic environment. Hence, to deal with these challenges its need to be redefined the DNN model and keeping this in mind, data pre-processing, network architecture and network parameters are need to be consider before feeding the data into DNN models. Data normalization is the basic data pre-processing technique form which learning is to be done. The effectiveness of time series forecasting is heavily depend on the data normalization technique. In this paper, different normalization methods are used on time series data before feeding the data into the DNN model and we try to find out the impact of each normalization technique on DNN to forecast the time series. Here the Deep Recurrent Neural Network (DRNN) is used to predict the closing index of Bombay Stock Exchange (BSE) and New York Stock Exchange (NYSE) by using BSE and NYSE time series data.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes