safrooze / LSTNet-Gluon

Time-series prediction with LSTNet in Apache MXNet Gluon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSTNet implementation in Apache MXNet Gluon

This repository contains an implementation of this paper: https://arxiv.org/abs/1703.07015, based on the original PyTorch implementation by authors in this repository: https://github.com/laiguokun/LSTNet

Please refer to the paper for background on the network architecture.

Running the script

To get the list of commandline arguments:

python train.py --help

About

Time-series prediction with LSTNet in Apache MXNet Gluon

License:Apache License 2.0


Languages

Language:Python 100.0%