From 96e8ce920af4d35fc1e1a676dc87cff7a02586f1 Mon Sep 17 00:00:00 2001 From: minho Date: Thu, 26 Nov 2020 14:51:43 +0800 Subject: [PATCH] Add files via upload Add README --- examples/benchmarks/ALSTM/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 examples/benchmarks/ALSTM/README.md diff --git a/examples/benchmarks/ALSTM/README.md b/examples/benchmarks/ALSTM/README.md new file mode 100644 index 000000000..cd9dd3493 --- /dev/null +++ b/examples/benchmarks/ALSTM/README.md @@ -0,0 +1,10 @@ +# ALSTM + +- ALSTM contains a temporal attentive aggregation layer based on normal LSTM. + +- The code used in Qlib is a pyTorch implementation of Code: https://github.com/fulifeng/Adv-ALSTM + +- Paper: A dual-stage attention-based recurrent neural network for time series prediction. + + https://www.ijcai.org/Proceedings/2017/0366.pdf +