Code Monkey home page Code Monkey logo

bitcoinprediction's Introduction

BitcoinPrediction

CryptoCurrency prediction using Deep Recurrent Neural Networks

This repository contains various Machine learning models used in industry to predict stock prices and cryptocurrency in finance industry.

  • Fundamental analysis of the stock price using Yahoo Finance
  • Data Visualization using Seaborn
  • ARIMA model to capture the trends,seasonality, forecast the prices and use as a baseline
  • Simpler machine learning models (Random Forest, Regression etc)
  • Recurrent Neural Networks / Long Short Term Memory Networks

Each model is compared against each other to highlight pros and cons of each model.

Install

This project requires Python and the following Python libraries installed:

You will also need to have software installed to run and execute a Jupyter Notebook

If you do not have Python installed yet, it is highly recommended that you install the Anaconda distribution of Python, which already has the above packages and more included.

Code

The source code is divided into multiple sections following the machine learning design pattern of : Data Exploration, Training, Testing and Hyperparameter Optimization. You can view the precompiled version of the notebook or you can rerun the entire notebook. The datasets are made available on public S3 Buckets. Running the notebook, will automatically download the datasets for you.

Run

In a terminal or command window, navigate to the top-level project directory boston_housing/ (that contains this README) and run one of the following commands:

ipython notebook BitcoinPredictionRNN.ipynb

or

jupyter notebook BitcoinPredictionRNN.ipynb

This will open the Jupyter Notebook software and project file in your browser.

Data

BitCoin Price Data from Jan 2015- August 2018. The prices are as per coinbase cryptoexchange. There were many missing values and forward strategy was used to fill these missing values.

Features BitCoin Price Data from Jan 2015- August 2018

Target Variable Close Price: Close price of Bitcoin for each day

bitcoinprediction's People

Contributors

manthanthakker avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

bitcoinprediction's Issues

How to predict NEW data?

I am wondering how can I predict unknown / future prices for following hours/days, since the input for model.predict(X) is actually previous price 'X'?

Datasets for BitcoinPredictionRNN.ipynb not found

The bitbucket does not exist.
wget 'https://s3.amazonaws.com/sagemakermathan/bitstamp.csv' Will not apply HSTS. The HSTS database must be a regular and non-world-writable file. ERROR: could not open HSTS store at '/home/ironheart/.wget-hsts'. HSTS will be disabled. --2019-12-04 22:09:46-- https://s3.amazonaws.com/sagemakermathan/bitstamp.csv Resolving s3.amazonaws.com (s3.amazonaws.com)... 52.216.204.245 Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.216.204.245|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2019-12-04 22:09:59 ERROR 404: Not Found.

Can you point to an alternate source please?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.