项目作者: asifahmed90

项目描述 :
Time Series based analysis of cryptocurrency prediction using deep learning models
高级语言: Jupyter Notebook
项目地址: git://github.com/asifahmed90/Cryptocurrency_Market_Prediction.git


Cryptocurrency Prediction using LSTM and GRU

A simple Bidirectional LSTM and GRU model to predict cyptocurrency written in Google Colab.Look into the file Cryptocurrency_analysis.ipynb for detailed description.

We need to upload data before proceeding with the analysis. I used cryptocurrency data from Kaggle.
Then we need to convert the timestamp into Date format followed by indexing and normalization of the dataset.

img1

GRU vs Bi-LSTM comparison

Network model summary of both LSTM and GRU:

c1

Plot Comaprison

c2