All Projects → harishpuvvada → Bitcoin Value Predictor

harishpuvvada / Bitcoin Value Predictor

[NOT MAINTAINED] Predicting Bit coin price using Time series analysis and sentiment analysis of tweets on bitcoin

Projects that are alternatives of or similar to Bitcoin Value Predictor

Spark With Python
Fundamentals of Spark with Python (using PySpark), code examples
Stars: ✭ 150 (+64.84%)
Mutual labels:  jupyter-notebook, big-data, pyspark
Pyspark Setup Demo
Demo of PySpark and Jupyter Notebook with the Jupyter Docker Stacks
Stars: ✭ 24 (-73.63%)
Mutual labels:  jupyter-notebook, big-data, pyspark
Deep Learning Machine Learning Stock
Stock for Deep Learning and Machine Learning
Stars: ✭ 240 (+163.74%)
Mutual labels:  jupyter-notebook, prediction, stock-price-prediction
Spark Py Notebooks
Apache Spark & Python (pySpark) tutorials for Big Data Analysis and Machine Learning as IPython / Jupyter notebooks
Stars: ✭ 1,338 (+1370.33%)
Mutual labels:  jupyter-notebook, big-data, pyspark
Btctrading
Time Series Forecast with Bitcoin value, to detect upward/down trends with Machine Learning Algorithms
Stars: ✭ 99 (+8.79%)
Mutual labels:  bitcoin, jupyter-notebook, prediction
Deep Learning Time Series
List of papers, code and experiments using deep learning for time series forecasting
Stars: ✭ 796 (+774.73%)
Mutual labels:  jupyter-notebook, prediction
Spark Tdd Example
A simple Spark TDD example
Stars: ✭ 23 (-74.73%)
Mutual labels:  jupyter-notebook, pyspark
Skymap
High-throughput gene to knowledge mapping through massive integration of public sequencing data.
Stars: ✭ 29 (-68.13%)
Mutual labels:  jupyter-notebook, big-data
Esper Tv
Esper instance for TV news analysis
Stars: ✭ 37 (-59.34%)
Mutual labels:  jupyter-notebook, big-data
Introneuralnetworks
Introducing neural networks to predict stock prices
Stars: ✭ 486 (+434.07%)
Mutual labels:  prediction, stock-price-prediction
Sparkmagic
Jupyter magics and kernels for working with remote Spark clusters
Stars: ✭ 954 (+948.35%)
Mutual labels:  jupyter-notebook, pyspark
Optimus
🚚 Agile Data Preparation Workflows made easy with dask, cudf, dask_cudf and pyspark
Stars: ✭ 986 (+983.52%)
Mutual labels:  jupyter-notebook, pyspark
Spark Movie Lens
An on-line movie recommender using Spark, Python Flask, and the MovieLens dataset
Stars: ✭ 745 (+718.68%)
Mutual labels:  jupyter-notebook, big-data
Sciblog support
Support content for my blog
Stars: ✭ 694 (+662.64%)
Mutual labels:  jupyter-notebook, big-data
H2o 3
H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit, Support Vector Machine (SVM), Stacked Ensembles, Automatic Machine Learning (AutoML), etc.
Stars: ✭ 5,656 (+6115.38%)
Mutual labels:  jupyter-notebook, big-data
Attentive Neural Processes
implementing "recurrent attentive neural processes" to forecast power usage (w. LSTM baseline, MCDropout)
Stars: ✭ 33 (-63.74%)
Mutual labels:  jupyter-notebook, prediction
W2v
Word2Vec models with Twitter data using Spark. Blog:
Stars: ✭ 64 (-29.67%)
Mutual labels:  jupyter-notebook, pyspark
Pysparkgeoanalysis
🌐 Interactive Workshop on GeoAnalysis using PySpark
Stars: ✭ 63 (-30.77%)
Mutual labels:  jupyter-notebook, pyspark
Big Data Engineering Coursera Yandex
Big Data for Data Engineers Coursera Specialization from Yandex
Stars: ✭ 71 (-21.98%)
Mutual labels:  jupyter-notebook, big-data
Ergo
A Python library for integrating model-based and judgmental forecasting
Stars: ✭ 82 (-9.89%)
Mutual labels:  jupyter-notebook, prediction

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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].