fulifeng / Temporal_Relational_Stock_Ranking

Code for paper "Temporal Relational Ranking for Stock Prediction"
https://arxiv.org/pdf/1809.09441.pdf
GNU Affero General Public License v3.0
438 stars 164 forks source link

about pre-training data #11

Open wangwang199603 opened 4 years ago

wangwang199603 commented 4 years ago

Taking NASDAQ as an example, the pre-training data shape is [1026,1245,64] What does 64 mean? thank you.

shisi-cc commented 4 years ago

It is the output of LSTM and the hidden unit of LSTM is 64

280777510 commented 1 year ago

It is the output of LSTM and the hidden unit of LSTM is 64

thank you ,how can I to get it?