Setting up the input on an RNN in Keras
问题 So I had a specific question with setting up the input in Keras. I understand that the sequence length refers to the window length of the longest sequence that you are looking to model with the rest being padded by 0's. However, how do I set up something that is already in a time series array? For example, right now I have an array that is 550k x 28. So there are 550k rows each with 28 columns (27 features and 1 target). Do I have to manually split the array into (550k- sequence length)