Skip to content

Performed Twitter Sentiment Analysis on 10 years of Twitter Data using bag of words approach, and predicted stock market trends using Time Series Neural Networks.

Notifications You must be signed in to change notification settings

iankonradjohnson/StockMarketTwitterSentiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StockMarketTwitterSentiment

This project involves scraping twitter data using the Twint libray, performing sentiment analysis on this data, and making predictions using a Time Series Neural Network.

Files

There are three main Jupyter Notebooks associated with this project:

  • CollectTwitterData.py houses functions used to collect data
  • TwitterSentimentAnalysis uses a bag-of-words approach to perform a sentiment analysis on the Twitter data
  • TimeSeriesNN.ipynb predicts the DJIA using the sentiment analysis we've collected.

About

Performed Twitter Sentiment Analysis on 10 years of Twitter Data using bag of words approach, and predicted stock market trends using Time Series Neural Networks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published