STLGPMJul 14, 2020

Modeling Financial Time Series using LSTM with Trainable Initial Hidden States

arXiv:2007.06848v15 citations
Originality Incremental advance
AI Analysis

This incremental method helps financial analysts identify relationships among time series for applications like portfolio optimization.

The authors tackled modeling financial time series by introducing an LSTM with trainable initial hidden states, which captured relative similarities in stock prices and predicted future trends in experiments on Korean stock market data.

Extracting previously unknown patterns and information in time series is central to many real-world applications. In this study, we introduce a novel approach to modeling financial time series using a deep learning model. We use a Long Short-Term Memory (LSTM) network equipped with the trainable initial hidden states. By learning to reconstruct time series, the proposed model can represent high-dimensional time series data with its parameters. An experiment with the Korean stock market data showed that the model was able to capture the relative similarity between a large number of stock prices in its latent space. Besides, the model was also able to predict the future stock trends from the latent space. The proposed method can help to identify relationships among many time series, and it could be applied to financial applications, such as optimizing the investment portfolios.

Code Implementations1 repo
Foundations

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

Your Notes