Forecasting S&P 500 Using LSTM Models
Prashant Pilla, Raji Mekonen

TL;DR
This paper compares ARIMA and LSTM models for predicting the S&P 500 index, demonstrating that LSTM outperforms ARIMA in capturing complex market patterns and achieving higher accuracy in financial forecasting.
Contribution
The study provides a comparative analysis of traditional ARIMA and deep learning LSTM models for stock market prediction, highlighting LSTM's superior performance in handling non-linear dependencies.
Findings
LSTM outperforms ARIMA with higher accuracy and lower error metrics.
LSTM without additional features achieves the best predictive performance.
Deep learning models like LSTM are more effective for volatile financial data.
Abstract
With the volatile and complex nature of financial data influenced by external factors, forecasting the stock market is challenging. Traditional models such as ARIMA and GARCH perform well with linear data but struggle with non-linear dependencies. Machine learning and deep learning models, particularly Long Short-Term Memory (LSTM) networks, address these challenges by capturing intricate patterns and long-term dependencies. This report compares ARIMA and LSTM models in predicting the S&P 500 index, a major financial benchmark. Using historical price data and technical indicators, we evaluated these models using Mean Absolute Error (MAE) and Root Mean Squared Error (RMSE). The ARIMA model showed reasonable performance with an MAE of 462.1, RMSE of 614, and 89.8 percent accuracy, effectively capturing short-term trends but limited by its linear assumptions. The LSTM model, leveraging…
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
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory · Masked autoencoder
