/LSTNet-Gluon

Time-series prediction with LSTNet in Apache MXNet Gluon

Primary LanguagePythonApache License 2.0Apache-2.0

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