Main Content
disconnectLayers
Disconnect layers in neural network
Description
disconnects the source layer netUpdated
= disconnectLayers(net
,s
,d
)s
from the destination layer
d
in the dlnetwork
object
net
. The updated network, netUpdated
,
contains the same layers as net
, but excludes the connection
between s
and d
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2017bSee Also
trainnet
| trainingOptions
| dlnetwork
| addLayers
| removeLayers
| replaceLayer
| connectLayers
| plot