Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
301 views
in Technique[技术] by (71.8m points)

python - Transformer for time series forecasting

I have discrete daily features and a target time series and I'm trying to implement a basic Transformer for seq2seq modeling. I construct my supervised data as follows:

 . . .. . .. . . .
       |
 0 0 0 0 0 0 0 0

The next sequence is shifted by one position ahead. Overall I have the input data shape [batch_size, in_sequence_len, num_features] and the target is [batch_size, out_sequence_len, 1]. I understand that encoder input should be of shape [batch_size, in_seq_len, num_features] and decoder takes [batch_size, out_seq_len, num_features]. But how should I transform my batch to be suitable for the transformer input?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...