Skip to content

Creating a Bitcoin value predictor by correlating social media sentiment with market trends using sentiment analysis and machine learning algorithms.

License

Notifications You must be signed in to change notification settings

anmol957/bitcoin_value_predictor

Repository files navigation

BitCoin-Value-Predictor

Abstract:

The project attempts to predict the future value of Bitcoins by identifying the correlation between social media sentiment and market sentiment. We will achieve this by collecting user feeds from social media such as twitter, facebook and linkedin. Once we have our corpus we will map their associated sentiments using IBM Watson’s Natural Language Understanding API. While mapping sentiments to our corpus we attempt to capture granular level categories namely joy, anger, happiness, etc. We use these as feature vectors to our ML/DL algorithms. Then we compare the results of the different algorithms and choose the one with the best accuracy score.

Technologies:

  • Programming Languages: Python, Java
  • Big data technologies: Spark ML, Spark-SQL, Hadoop Mapreduce
  • Libraries: Pandas, Matplotlib, Scikit-learn, TensorFlow , Keras

Data Sources:

  1. Twitter Api to get the tweets about BitCoins/Cryptocurrencies.
  2. LinkedIn Api to get the corpus on blogs.
  3. Web Scraping to get data from News articles.

Dropbox link with data:

https://www.dropbox.com/s/oy5zcf4aiorr0dr/Archive.zip?dl=0

References:

About

Creating a Bitcoin value predictor by correlating social media sentiment with market trends using sentiment analysis and machine learning algorithms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages