BisariaUtkarsh / Cryptocurrency_Price_Predictor

Home Page:https://bisariautkarsh.github.io/Cryptocurrency_Price_Predictor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cryptocurrency_Price_Predictor

RNN - model predicts the future price movement for four cryptocurrencies as follows :

  • Bitcoin (BTC)
  • Bitcoin Cash (BCH)
  • Litecoin (LTC)
  • ETHEREUM (ETH)

We have access to data of aforementioned cryptocurrencies. Following approach is used to preprocess the data :

  • Normalize the data
  • Scaling
  • Creating Sequences of 60 minutes from data
  • Balancing the data

Sequences created during preprocessing of data are further used in RNN model during training which helps to predict future price movement of next 3 minutes for each cryptocurrency.

                                                                       

Visualization of In-sample & Out-sample Accuracy

insample_acc

                                                                                                           

insample_loss

                                                                                                           

outsample_acc

                                                                                                           

outsample_loss

About

https://bisariautkarsh.github.io/Cryptocurrency_Price_Predictor


Languages

Language:Jupyter Notebook 100.0%