Main Content
addLayers
Add layers to neural network
Description
adds the network layers in netUpdated
= addLayers(net
,layers
)layers
to the
dlnetwork
object net
. The updated network
netUpdated
contains the layers and connections of
net
together with the layers in
layers
, connected sequentially. The layer names in
layers
must be unique, nonempty, and different from the
names of the layers in net
.