LSTNet.pytorch
A PyTorch implementation of Long- and Short-term Time-series network (LSTNet) with the use case of cryptocurrency market prediction
Install / Use
/learn @gokulkarthik/LSTNet.pytorchREADME
LSTNet.pytorch
A PyTorch implementation of Long- and Short-term Time-series network (LSTNet) with the use case of cryptocurrency market prediction
The task is to predict the closing price of specific crypocurrency market pair using historical OHLCV data in daily level. The dataset is pulled using https://github.com/GokulKarthik/PyBinance
Research Papers:
- https://arxiv.org/abs/1703.07015
Code References
- https://github.com/laiguokun/LSTNet
