Using Keras for video prediction (time series)
问题 I want to predict the next frame of a (greyscale) video given N previous frames - using CNNs or RNNs in Keras. Most tutorials and other information regarding time series prediction and Keras use a 1-dimensional input in their network but mine would be 3D (N frames x rows x cols) I'm currently really unsure what a good approach for this problem would be. My ideas include: Using one or more LSTM layers. The problem here is that I'm not sure whether they're suited to take a series of images