saeeeeru / comparison-with-LSTM

This is a code for forecasting experiments using LSTM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is a code for forecasting experiments using LSTM


Languages

Language:Python 98.3%Language:Shell 1.7%