Skip to content

This repository contains the code to generate timeseries prediction with the RNN family

Notifications You must be signed in to change notification settings

gaodawn/Time_series_RNN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Time_series_RNN

This repository contains the code to generate timeseries prediction with the RNN family

This notebook is associated with an article How to use Deep Learning with Time Series?

Content

  • Number of stars
  • Clean the data
    • Moving average
    • Window method
  • Rescaled index into dates
  • Deep learning
    • SimpleRNN
    • LSTM
    • GRU
    • Stacked models
    • Bidirectional
    • Stacked Bidirectional
    • CNN-LSTM
    • CNN-GRU

About

This repository contains the code to generate timeseries prediction with the RNN family

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%