paper-with-me

Papers

Predict stock prices with ARIMA and LSTM

2022-08-31 · Ruochen Xiao, Yingying Feng, Lei Yan, Yihan Ma

MAE, MSE and RMSE performance indicators are used to analyze the performance of different stocks predicted by LSTM and ARIMA models in this paper. 50 listed company stocks from finance.yahoo.com are selected as the research object in the experiments. The dataset used in this work consists of the highest price on transaction days, corresponding to the period from 01 January 2010 to 31 December 2018. For LSTM model, the data from 01 January 2010 to 31 December 2015 are selected as the training set, the data from 01 January 2016 to 31 December 2017 as the validation set and the data from 01 January 2018 to 31 December 2018 as the test set. In term of ARIMA model, the data from 01 January 2016 to 31 December 2017 are selected as the training set, and the data from 01 January 2018 to 31 December 2018 as the test set. For both models, 60 days of data are used to predict the next day. After analysis, it is suggested that both ARIMA and LSTM models can predict stock prices, and the prediction results are generally consistent with the actual results;and LSTM has better performance in predicting stock prices(especially in expressing stock price changes), while the application of ARIMA is more convenient.

📄 PDF Abstract BibTeX arXiv:2209.02407

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

Predicting NVIDIA's Next-Day Stock Price: A Comparative Analysis of LSTM, MLP, ARIMA, and ARIMA-GARCH Models

2024-05-14 · Yiluan Xing, Chao Yan, Cathy Chang Xie

Forecasting stock prices remains a considerable challenge in financial markets, bearing significant implications for investors, traders, and financial institutions. Amid the ongoing AI revolution, NVIDIA has emerged as a…

Indian Stock Market Prediction using Augmented Financial Intelligence ML

2024-07-02 · Anishka Chauhan, Pratham Mayur, Yeshwanth Sai Gokarakonda, Pooriya Jamie 외

This paper presents price prediction models using Machine Learning algorithms augmented with Superforecasters predictions, aimed at enhancing investment decisions. Five Machine Learning models are built, including Bidire…

PredictionStock Market Prediction

Stock Price Prediction Under Anomalous Circumstances

2021-09-14 · Jinlong Ruan, Wei Wu, Jiebo Luo

The stock market is volatile and complicated, especially in 2020. Because of a series of global and regional "black swans," such as the COVID-19 pandemic, the U.S. stock market triggered the circuit breaker three times w…

PredictionSentiment AnalysisStock Price Prediction

Stock Price Correlation Coefficient Prediction with ARIMA-LSTM Hybrid Model

2018-08-05 · Hyeong Kyu Choi

Predicting the price correlation of two assets for future time periods is important in portfolio optimization. We apply LSTM recurrent neural networks (RNN) in predicting the stock price correlation coefficient of two in…

Portfolio OptimizationStock Market Prediction

Deep Stock Predictions

2020-06-08 · Akash Doshi, Alexander Issa, Puneet Sachdeva, Sina Rafati 외

Forecasting stock prices can be interpreted as a time series prediction problem, for which Long Short Term Memory (LSTM) neural networks are often used due to their architecture specifically built to solve such problems.…

Portfolio OptimizationPredictionStock Price PredictionTime Series+2