keras-attention
keras-attention copied to clipboard
Variable Input and Output Sequnce Time Series Data
I am trying to implement this model for time series data.
I want to use past 5 days data (time_step=5) and predict the next day(y=1)
How can I prepare the dataset and use it for my scenario ?