networkLayer
Description
A network layer contains a nested network. Use network layers to simplify building large networks that contain repeating components.
During training and inference a network layer behaves identically to the nested network.
Tip
To visualize and edit layers in a network layer using Deep Network Designer,
expand the network using the expandLayers
function before opening the network in Deep Network Designer. After editing the
network and exporting it to the workspace, you can regroup the layers into network layers
using the groupLayers
function. Adding a network layer to a network in Deep Network Designer is not
supported.
Creation
Description
sets additional layer
= networkLayer(___,Name=Value
)Name
and OutputNames
properties using one or more name-value arguments and any of the
previous syntaxes.
Input Arguments
Properties
Examples
More About
Version History
Introduced in R2024a