sequenceFoldingLayer
Description
A sequence folding layer converts a batch of image sequences to a batch of images. Use a sequence folding layer to perform convolution operations on time steps of image sequences independently.
To use a sequence folding layer, you must connect the miniBatchSize
output to the miniBatchSize
input of the corresponding sequence unfolding
layer. For an example, see Create Network for Video Classification.
Creation
Description
creates a
sequence folding layer.layer
= sequenceFoldingLayer
Properties
Examples
Extended Capabilities
Version History
Introduced in R2019a
See Also
lstmLayer
| bilstmLayer
| gruLayer
| classifyAndUpdateState
| predictAndUpdateState
| resetState
| flattenLayer
| sequenceUnfoldingLayer
| sequenceInputLayer
Topics
- Classify Videos Using Deep Learning
- Sequence Classification Using Deep Learning
- Time Series Forecasting Using Deep Learning
- Sequence-to-Sequence Classification Using Deep Learning
- Visualize Activations of LSTM Network
- Long Short-Term Memory Neural Networks
- Specify Layers of Convolutional Neural Network
- Set Up Parameters and Train Convolutional Neural Network
- Deep Learning in MATLAB
- List of Deep Learning Layers