Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 347 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 347 Bytes

comparison-with-LSTM

This is a code for forecasting experiments using LSTM

Usage

requirements

  • Written for Python 3.x
  • Please check required Python library in ./requirements.txt

Installation

  1. Install required Python library
pip3 install -r ./requirements.txt

Run demo

  1. Train and Test DNN model
sh train.sh