Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vidiptvashist/stock-price-prediction-using-opinion-mining-and-deep-learning-techniques
- Owner: vidiptvashist
- Created: 2023-05-17T12:24:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-18T17:57:41.000Z (over 1 year ago)
- Last Synced: 2024-11-13T23:30:36.124Z (2 months ago)
- Topics: deep, lstm, nlp, opinion-mining, stocks
- Language: Jupyter Notebook
- Homepage:
- Size: 25.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.