1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-29 17:11:20 +08:00
Files
qlib/examples/benchmarks/ALSTM/README.md
2020-11-27 23:36:29 +08:00

9 lines
290 B
Markdown

# ALSTM
- ALSTM contains a temporal attentive aggregation layer based on normal LSTM.
- Paper: A dual-stage attention-based recurrent neural network for time series prediction.
[https://www.ijcai.org/Proceedings/2017/0366.pdf](https://www.ijcai.org/Proceedings/2017/0366.pdf)