concatenationLayer
Concatenation layer
Description
A concatenation layer takes inputs and concatenates them along a specified dimension. The inputs must have the same size in all dimensions except the concatenation dimension.
Specify the number of inputs to the layer when you create it. The inputs have the
names 'in1','in2',...,'inN', where N is the number
of inputs. Use the input names when connecting or disconnecting the layer by using
connectLayers or disconnectLayers.
Creation
Description
Input Arguments
Properties
Examples
Algorithms
Extended Capabilities
Version History
Introduced in R2019aSee Also
trainnet | trainingOptions | dlnetwork | additionLayer | connectLayers | disconnectLayers | exportNetworkToSimulink | Concatenation
Layer
Topics
- 3-D Brain Tumor Segmentation Using Deep Learning (Image Processing Toolbox)
- Pretrained Deep Neural Networks
- List of Deep Learning Layers
