A Novel Ensemble Deep Learning Model for Stock Prediction Based on Stock Prices and News
In recent years, machine learning and deep learning have become popular methods for financial data analysis, including financial textual data, numerical data, and graphical data. This paper proposes to use sentiment analysis to extract useful information from multiple textual data sources and a blending ensemble deep learning model to predict future stock movement. The blending ensemble model contains two levels. The first level contains two Recurrent Neural Networks (RNNs), one Long-Short Term Memory network (LSTM) and one Gated Recurrent Units network (GRU), followed by a fully connected neural network as the second level model. The RNNs, LSTM, and GRU models can effectively capture the time-series events in the input data, and the fully connected neural network is used to ensemble several individual prediction results to further improve the prediction accuracy. The purpose of this work is to explain our design philosophy and show that ensemble deep learning technologies can truly predict future stock price trends more effectively and can better assist investors in making the right investment decision than other traditional methods.
Code (0)
등록된 구현이 없습니다.
Tasks
Deep LearningPhilosophySentiment AnalysisStock PredictionTime SeriesTime Series AnalysisMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Stock Prediction: a method based on extraction of news features and recurrent neural networks
This paper proposed a method for stock prediction. In terms of feature extraction, we extract the features of stock-related news besides stock prices. We first select some seed words based on experience which are the sym…
Stock PredictionS&P 500 Stock Price Prediction Using Technical, Fundamental and Text Data
We summarized both common and novel predictive models used for stock price prediction and combined them with technical indices, fundamental characteristics and text-based sentiment data to predict S&P stock prices. A 66.…
BIG-bench Machine LearningPredictionStock Price PredictionTime Series+1Stock Market Prediction from WSJ: Text Mining via Sparse Matrix Factorization
We revisit the problem of predicting directional movements of stock prices based on news articles: here our algorithm uses daily articles from The Wall Street Journal to predict the closing stock prices on the same day. …
ArticlesStock Market PredictionInterdependency between the Stock Market and Financial News
Stock prices are driven by various factors. In particular, many individual investors who have relatively little financial knowledge rely heavily on the information from news stories when making investment decisions in th…
Time SeriesTime Series AnalysisGeneralized Stock Price Prediction for Multiple Stocks Combined with News Fusion
Predicting stock prices presents challenges in financial forecasting. While traditional approaches such as ARIMA and RNNs are prevalent, recent developments in Large Language Models (LLMs) offer alternative methodologies…
Stock Price Prediction