Real-time Forecasting of Time Series in Financial Markets Using Sequentially Trained Many-to-one LSTMs
Kelum Gajamannage, Yonggi Park

TL;DR
This paper introduces a sequentially trained many-to-one LSTM approach for real-time financial time series forecasting, demonstrating improved accuracy over traditional models across stock, cryptocurrency, and commodity markets.
Contribution
The paper proposes a novel training procedure for LSTMs that maintains higher accuracy in real-time predictions by sequentially updating the model with previous predictions.
Findings
Outperforms extended Kalman filter, AR, and ARIMA models in accuracy
Maintains superior accuracy as testing progresses
Effective across diverse financial markets
Abstract
Financial markets are highly complex and volatile; thus, learning about such markets for the sake of making predictions is vital to make early alerts about crashes and subsequent recoveries. People have been using learning tools from diverse fields such as financial mathematics and machine learning in the attempt of making trustworthy predictions on such markets. However, the accuracy of such techniques had not been adequate until artificial neural network (ANN) frameworks were developed. Moreover, making accurate real-time predictions of financial time series is highly subjective to the ANN architecture in use and the procedure of training it. Long short-term memory (LSTM) is a member of the recurrent neural network family which has been widely utilized for time series predictions. Especially, we train two LSTMs with a known length, say time steps, of previous data and predict only…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStock Market Forecasting Methods · Complex Systems and Time Series Analysis · Neural Networks and Applications
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory
