paper-with-me

홈 › Papers

Predicting The Stock Trend Using News Sentiment Analysis and Technical Indicators in Spark

2022-01-19 · Taylan Kabbani, Fatih Enes Usta

Predicting the stock market trend has always been challenging since its movement is affected by many factors. Here, we approach the future trend prediction problem as a machine learning classification problem by creating tomorrow_trend feature as our label to be predicted. Different features are given to help the machine learning model predict the label of a given day; whether it is an uptrend or downtrend, those features are technical indicators generated from the stock's price history. In addition, as financial news plays a vital role in changing the investor's behavior, the overall sentiment score on a given day is created from all news released on that day and added to the model as another feature. Three different machine learning models are tested in Spark (big-data computing platform), Logistic Regression, Random Forest, and Gradient Boosting Machine. Random Forest was the best performing model with a 63.58% test accuracy.

📄 PDF Abstract BibTeX arXiv:2201.12283

Code (1)

taylankabbani/Predicting-The-Stock-Trend-Using-News-Sentiment-Analysis-and-Technical-Indicators-in-Spark 공식 구현

Tasks

BIG-bench Machine LearningSentiment Analysis

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Predicting the Effects of News Sentiments on the Stock Market

2018-12-11 · Dev Shah, Haruna Isah, Farhana Zulkernine

Stock market forecasting is very important in the planning of business activities. Stock price prediction has attracted many researchers in multiple disciplines including computer science, statistics, economics, finance,…

Sentiment AnalysisStock Market PredictionStock Price Prediction

Stock trend prediction using news sentiment analysis

2016-07-07 · Joshi Kalyani, Prof. H. N. Bharathi, Prof. Rao Jyothi

Efficient Market Hypothesis is the popular theory about stock prediction. With its failure much research has been carried in the area of prediction of stocks. This project is about taking non quantifiable data such as fi…

ArticlesGeneral ClassificationPredictionSentiment Analysis+3

FinBERT-LSTM: Deep Learning based stock price prediction using News Sentiment Analysis

2022-11-11 · Shayan Halder

Economy is severely dependent on the stock market. An uptrend usually corresponds to prosperity while a downtrend correlates to recession. Predicting the stock market has thus been a centre of research and experiment for…

ArticlesSentiment AnalysisStock Price Prediction

Support for Stock Trend Prediction Using Transformers and Sentiment Analysis

2023-05-18 · Harsimrat Kaeley, Ye Qiao, Nader Bagherzadeh

Stock trend analysis has been an influential time-series prediction topic due to its lucrative and inherently chaotic nature. Many models looking to accurately predict the trend of stocks have been based on Recurrent Neu…

Sentiment AnalysisStock PredictionStock Trend PredictionTime Series+1

Predicting Stock Prices with FinBERT-LSTM: Integrating News Sentiment Analysis

2024-07-23 · Wenjun Gu, Yihao Zhong, Shizun Li, Changsong Wei 외

The stock market's ascent typically mirrors the flourishing state of the economy, whereas its decline is often an indicator of an economic downturn. Therefore, for a long time, significant correlation elements for predic…

ArticlesSentiment Analysis