Layer
Network layer for deep learning
Description
Layers that define the architecture of neural networks for deep learning.
Creation
For a list of deep learning layers in MATLAB®, see List of Deep Learning Layers. To specify the
architecture of a neural network with all layers connected sequentially, create an array
of layers directly. To specify the architecture of a network where layers can have
multiple inputs or outputs, use a dlnetwork object.
Alternatively, you can import layers from Caffe, Keras, and ONNX using importCaffeLayers, importKerasLayers, and importONNXLayers respectively.
To learn how to create your own custom layers, see Define Custom Deep Learning Layers.
Examples
Version History
Introduced in R2016a