mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-15 16:56:54 +08:00
Update readme.
This commit is contained in:
@@ -2,9 +2,7 @@
|
|||||||
|
|
||||||
- ALSTM contains a temporal attentive aggregation layer based on normal LSTM.
|
- 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.
|
- 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](https://www.ijcai.org/Proceedings/2017/0366.pdf)
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
# State-Frequency-Memory
|
# State-Frequency-Memory
|
||||||
- State Frequency Memory (SFM) is a novel recurrent network that uses Discrete Fourier Transform to decompose the hidden states of memory cells and capture the multi-frequency trading patterns from past market data to make stock price predictions.
|
- State Frequency Memory (SFM) is a novel recurrent network that uses Discrete Fourier Transform to decompose the hidden states of memory cells and capture the multi-frequency trading patterns from past market data to make stock price predictions.
|
||||||
- The code used in Qlib is a pyTorch implementation of SFM.
|
|
||||||
- Paper: Stock Price Prediction via Discovering Multi-Frequency Trading Patterns. [https://www.cs.ucf.edu/~gqi/publications/kdd2017_stock.pdf.](https://www.cs.ucf.edu/~gqi/publications/kdd2017_stock.pdf.)
|
- Paper: Stock Price Prediction via Discovering Multi-Frequency Trading Patterns. [https://www.cs.ucf.edu/~gqi/publications/kdd2017_stock.pdf.](https://www.cs.ucf.edu/~gqi/publications/kdd2017_stock.pdf.)
|
||||||
Reference in New Issue
Block a user