aayushkumarjvs / Deep-Crypto-Predict

Using novel RNN-LSTM architecture for cryptocurrency market analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep-Crypto-Predict

Using novel RNN-LSTM architecture for cryptocurrency market analysis. This code brings together crypto and deep learning in a desperate attempt to Reddit popularity. Predicts the actual Bitcoin and Ethereum prices in the market. You can refer to this code for predicting the Crypto-currency prices in the market to the actual value.

Quick Run

The easiest way to run the code is to download the .ipynb file and upload it to Colab. Colaboratory is a free Jupyter notebook environment provided by Google that requires no setup and runs entirely in the cloud. The hosted runtime already includes the following dependencies:

Numpy Keras Tensorflow Matplotlib which are all we need to run this project.

Alternative you can open the .ipynb file using Jupyter notebook. If you do this you will also have to set up a local kernel that includes Tensorflow.

References Taken

https://dashee87.github.io/deep%20learning/python/predicting-cryptocurrency-prices-with-deep-learning/

Bitcoin daily loss and pricing

btc_loss

Ethereum daily loss and pricing

eth_loss

Closing Market Prices of Bitcoin and Ethereum predicted by the LSTM neural network

closing_price

About

Using novel RNN-LSTM architecture for cryptocurrency market analysis


Languages

Language:Jupyter Notebook 100.0%