sequenceUnfoldingLayer
Description
A sequence unfolding layer restores the sequence structure of the input data after sequence folding.
To use a sequence unfolding layer, you must connect the miniBatchSize
output of the corresponding sequence folding layer to the miniBatchSize
input of the sequence unfolding layer. For an example, see Create Network for Video Classification.
Creation
Description
creates a
sequence unfolding layer.layer
= sequenceUnfoldingLayer
creates a sequence unfolding layer and sets the optional layer
= sequenceUnfoldingLayer('Name',Name
)Name
property using a name-value pair. For example,
sequenceUnfoldingLayer('Name','unfold1')
creates a sequence unfolding
layer with the name 'unfold1'
. Enclose the property name in single
quotes.
Properties
Examples
Extended Capabilities
Version History
Introduced in R2019a
See Also
lstmLayer
| bilstmLayer
| gruLayer
| classifyAndUpdateState
| predictAndUpdateState
| resetState
| sequenceFoldingLayer
| flattenLayer
| sequenceInputLayer
Topics
- Classify Videos Using Deep Learning
- Classify Videos Using Deep Learning
- Sequence Classification Using Deep Learning
- Time Series Forecasting Using Deep Learning
- Sequence-to-Sequence Classification Using Deep Learning
- Long Short-Term Memory Neural Networks
- Visualize Activations of LSTM Network
- Specify Layers of Convolutional Neural Network
- Set Up Parameters and Train Convolutional Neural Network
- Deep Learning in MATLAB
- List of Deep Learning Layers