Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 447 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 447 Bytes

Trail of DNN for time series data

Requirements

  • python 3.6.0

Setup

To install requirements

pip install -r requirements.txt

Usage

You can run two types of time series data (logistic map, duffing oscillator),

and you can try three types of DNN (RNN, CNN, QRNN).

Check the help message to run this code.

python main.py -h

Reference: Qausi-recurrent Neural Networks