Addressing big data issues using RNN based techniques

Abstract Most of the real world prediction problems are naturally associated with time component which requires time series data as input. Presently, machine learning approaches are used for forecasting purpose from time series data. Though the time parameter provides more information but it is also accompanied by many problems like temporal dependence and temporal structures. Neural network based approaches has the ability to address this problem as it has the capability of automatic learning and feature extraction from raw Big data. In this paper, Recurrent Neural Networks and its variants, namely, LSTM and GRU were tried for the purpose of forecasting from time series data. The experimentation was done on Yahoo Finance data in different conditions for accessing the prediction accuracy based on hourly historical data. The resulting performance with respect to prediction accuracy was analysed. The results confirm that among RNN, LSTM and GRU, GRU has the best predictive ability in case of temporal problems.