Answer the question
In order to leave comments, you need to log in
How can you train a neural network using data from a sliding window?
I have a 150x2,000,000 dataset where rows represent consecutive times. In this case, tables of 150x10,000 will be fed to the input of the neural network.
I would like to train the model on the strings [0, 9999], [1, 10000], [2, 10001]... of the original dataset, but obviously I can't store them in their pure form.
How can I train my model consistently on these "windows"?
At the moment I'm using Keras.Sequential, but in general I would like to know the principle that applies not only to this model.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question