Convolutional LSTM for Next Frame Prediction
Thomas Adler
Broschiertes Buch

Convolutional LSTM for Next Frame Prediction

Versandfertig in 6-10 Tagen
16,99 €
inkl. MwSt.
PAYBACK Punkte
8 °P sammeln!
Long Short-Term Memory (LSTM) is the most successful neural network architecture for processing time series data. Convolutional Neural Networks (CNNs) are outstanding in many image processing tasks like e.g. object detection. Since videos are nothing else but time series of images, it is tempting to use an architecture that combines these two concepts. The Convolutional LSTM (ConvLSTM) realizes this combination and is therefore a very natural architecture to use for the next frame prediction task, whose goal is to make a prediction for the next upcoming frames in a video sequence, i.e. predict...