Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vidiptvashist/stock-price-prediction-using-opinion-mining-and-deep-learning-techniques

To predict future stock prices by influence of Opinion mining using Deep Learning techniques
https://github.com/vidiptvashist/stock-price-prediction-using-opinion-mining-and-deep-learning-techniques

deep lstm nlp opinion-mining stocks

Last synced: 3 days ago
JSON representation

To predict future stock prices by influence of Opinion mining using Deep Learning techniques

Awesome Lists containing this project

README

        

# Stock-Price-Prediction-using-Opinion-Mining-and-Deep-Learning-Techniques

Goal of this project is to forecast how the market will behave in the future via sentiment analysis on a set of tweets over the past few days, as well as to examine if the theory of contrarian investing is applicable

The idea is to use this information of correlation, recognize the pattern and use it to predict the stock future behavior.
In this paper we collect the tweets, preprocess them, analyze its sentiment and segregate them into three categories i.e. positive, negative and neutral using sentiment analysis python library. We then found out that there is a marginal correlation between the negative tweets and stock closing price. Finally, we merged the stock and tweeter data, applied machine learning algorithms and compared its error for stock closing price prediction.