1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 14:01:28 +08:00
Files
qlib/examples/benchmarks/ALSTM
you-n-g be4646b4b7 Adjust rolling api (#1594)
* Intermediate version

* Fix yaml template & Successfully run rolling

* Be compatible with benchmark

* Get same results with previous linear model

* Black formatting

* Update black

* Update the placeholder mechanism

* Update CI

* Update CI

* Upgrade Black

* Fix CI and simplify code

* Fix CI

* Move the data processing caching mechanism into utils.

* Adjusting DDG-DA

* Organize import
2023-07-14 12:16:12 +08:00
..
2022-05-08 20:19:19 +08:00

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

  • NOTE: Current version of implementation is just a simplified version of ALSTM. It is an LSTM with attention.