English

Gradient Boosting Decision Tree with LSTM for Investment Prediction

Machine Learning 2025-05-30 v1

Abstract

This paper proposes a hybrid framework combining LSTM (Long Short-Term Memory) networks with LightGBM and CatBoost for stock price prediction. The framework processes time-series financial data and evaluates performance using seven models: Artificial Neural Networks (ANNs), Convolutional Neural Networks (CNNs), Bidirectional LSTM (BiLSTM), vanilla LSTM, XGBoost, LightGBM, and standard Neural Networks (NNs). Key metrics, including MAE, R-squared, MSE, and RMSE, are used to establish benchmarks across different time scales. Building on these benchmarks, we develop an ensemble model that combines the strengths of sequential and tree-based approaches. Experimental results show that the proposed framework improves accuracy by 10 to 15 percent compared to individual models and reduces error during market changes. This study highlights the potential of ensemble methods for financial forecasting and provides a flexible design for integrating new machine learning techniques.

Keywords

Cite

@article{arxiv.2505.23084,
  title  = {Gradient Boosting Decision Tree with LSTM for Investment Prediction},
  author = {Chang Yu and Fang Liu and Jie Zhu and Shaobo Guo and Yifan Gao and Zhongheng Yang and Meiwei Liu and Qianwen Xing},
  journal= {arXiv preprint arXiv:2505.23084},
  year   = {2025}
}

Comments

This paper have been accepted by IEEE confulence

R2 v1 2026-07-01T02:47:46.713Z