Skip to content

Commit 8294d1d

Browse files
committed
2 parents a3ccf87 + deee746 commit 8294d1d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
# LSTNet.pytorch
22
A PyTorch implementation of Long- and Short-term Time-series network (LSTNet) with the use case of cryptocurrency market prediction
3+
4+
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
5+
6+
### Research Papers:
7+
1. https://arxiv.org/abs/1703.07015
8+
9+
### Code References
10+
1. https://github.com/laiguokun/LSTNet

0 commit comments

Comments
 (0)