keras-attention icon indicating copy to clipboard operation
keras-attention copied to clipboard

Variable Input and Output Sequnce Time Series Data

Open itsaugat opened this issue 5 years ago • 0 comments

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 ?

itsaugat avatar Sep 19 '19 12:09 itsaugat