Skip to content

Replicating State of art Paper to predict bitcoin Price

Notifications You must be signed in to change notification settings

AmirGhnbr/Bit_pred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Bitcoin Future Price Prediction using improved state of art N-BEATS deep learning architecture

This is a improved TensorFlow 2 implementation of the N-Beats paper

Requirements

  • Python 3.6 or later
  • TensorFlow 2.0 or later
  • Yahoo Finance
  • Pandas
  • Numpy
  • Matplotlib

Summary

  • NBeats is a state of art approach for time series forecasting using deep learning that outperforms the previous(before 2019) deep learning models.

  • N-BEATS is a deep neural architecture proposed in a 2019 paper titled "N-BEATS: Neural basis expansion analysis for interpretable time series forecasting" by Boris Oreshkin, Dmitri Carpov, Nicolas Chapados, and Yoshua Bengio. The paper focuses on solving the univariate time series point forecasting problem using deep learning. The proposed architecture is based on backward and forward residual links and a very deep stack of fully-connected layers. The architecture has a generic configuration that does not employ any time-series-specific components, and it is augmented to provide outputs that are interpretable.

Architecture

Nbeats Architecture

About

Replicating State of art Paper to predict bitcoin Price

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published