Git Product home page Git Product logo

cryptocurrency-predicting-rnn-model's Introduction

Cryptocurrency-predicting RNN Model

In this project, we will predict to buy the cryptocurrency or not after 3 minutes by analysing past 60 min cryptocurrencies price and volume using Recurrent Neural Network (RNN).

Introduction

The Dataset of Bitcoin, Bitcoin Cash, Ethereum and Litecoin Cryptocurrencies is avalable in crypto_data folder which will be used for training the RNN Network and the networks highest accuracy checkpoints wil be stored in the model director.

Network Architecture

Layer (type)                 Output Shape              Param #
=================================================================
cu_dnnlstm (CuDNNLSTM)       (None, 60, 128)           70656
_________________________________________________________________
dropout (Dropout)            (None, 60, 128)           0
_________________________________________________________________
batch_normalization (BatchNo (None, 60, 128)           512
_________________________________________________________________
cu_dnnlstm_1 (CuDNNLSTM)     (None, 60, 128)           132096
_________________________________________________________________
dropout_1 (Dropout)          (None, 60, 128)           0
_________________________________________________________________
batch_normalization_1 (Batch (None, 60, 128)           512
_________________________________________________________________
cu_dnnlstm_2 (CuDNNLSTM)     (None, 128)               132096
_________________________________________________________________
dropout_2 (Dropout)          (None, 128)               0
_________________________________________________________________
batch_normalization_2 (Batch (None, 128)               512
_________________________________________________________________
dense (Dense)                (None, 32)                4128
_________________________________________________________________
dropout_3 (Dropout)          (None, 32)                0
_________________________________________________________________
dense_1 (Dense)              (None, 2)                 66
=================================================================
Total params: 340,578
Trainable params: 339,810
Non-trainable params: 768

CuDNNLSTM is LSTM layer with CUDA gpu support which makes it much more faster then normal LSTM layer

Result

Train Accurecy after 20 epoch: 74.45%

Test Accurecy after 20 epoch: 54.32%

Credits

Special thanks to Harrison Kinstey for pythonprogramming.net lectures.

cryptocurrency-predicting-rnn-model's People

Contributors

pranjalab avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

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.