paper-with-me

홈 › Papers

Prediction of financial time series using LSTM and data denoising methods

2021-03-05 · Qi Tang, Tongmei Fan, Ruchen Shi, Jingyan Huang, Yidan Ma

In order to further overcome the difficulties of the existing models in dealing with the non-stationary and nonlinear characteristics of high-frequency financial time series data, especially its weak generalization ability, this paper proposes an ensemble method based on data denoising methods, including the wavelet transform (WT) and singular spectrum analysis (SSA), and long-term short-term memory neural network (LSTM) to build a data prediction model, The financial time series is decomposed and reconstructed by WT and SSA to denoise. Under the condition of denoising, the smooth sequence with effective information is reconstructed. The smoothing sequence is introduced into LSTM and the predicted value is obtained. With the Dow Jones industrial average index (DJIA) as the research object, the closing price of the DJIA every five minutes is divided into short-term (1 hour), medium-term (3 hours) and long-term (6 hours) respectively. . Based on root mean square error (RMSE), mean absolute error (MAE), mean absolute percentage error (MAPE) and absolute percentage error standard deviation (SDAPE), the experimental results show that in the short-term, medium-term and long-term, data denoising can greatly improve the accuracy and stability of the prediction, and can effectively improve the generalization ability of LSTM prediction model. As WT and SSA can extract useful information from the original sequence and avoid overfitting, the hybrid model can better grasp the sequence pattern of the closing price of the DJIA. And the WT-LSTM model is better than the benchmark LSTM model and SSA-LSTM model.

📄 PDF Abstract BibTeX arXiv:2103.03505

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Transformers versus LSTMs for electronic trading

2023-09-20 · SSRN 2023 9 · Paul Bilokon, Yitao Qiu

With the rapid development of artificial intelligence, long short term memory (LSTM), one kind of recurrent neural network (RNN), has been widely applied in time series prediction. Like RNN, Transformer is designed to ha…

PredictionTime SeriesTime Series ForecastingTime Series Prediction

Real-time Forecasting of Time Series in Financial Markets Using Sequentially Trained Many-to-one LSTMs

2022-05-10 · Kelum Gajamannage, Yonggi Park

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 learni…

Time SeriesTime Series Analysis

Financial series prediction using Attention LSTM

2019-02-28 · Sangyeon Kim, Myungjoo Kang

Financial time series prediction, especially with machine learning techniques, is an extensive field of study. In recent times, deep learning methods (especially time series analysis) have performed outstandingly for var…

BIG-bench Machine LearningDeep LearningPredictionTime Series+2

Differential Machine Learning for Time Series Prediction

2025-03-05 · Akash Yadav, Eulalia Nualart

Accurate time series prediction is challenging due to the inherent nonlinearity and sensitivity to initial conditions. We propose a novel approach that enhances neural network predictions through differential learning, w…

DecoderPredictionTime SeriesTime Series Prediction

A Combination Model Based on Sequential General Variational Mode Decomposition Method for Time Series Prediction

2024-06-05 · Wei Chen, Yuanyuan Yang, Jianyu Liu

Accurate prediction of financial time series is a key concern for market economy makers and investors. The article selects online store sales and Australian beer sales as representatives of non-stationary, trending, and …

PredictionTime SeriesTime Series Prediction