connectLayers
Connect layers in neural network
Description
connects the source layer netUpdated
= connectLayers(net
,s
,d
)s
to the destination layer
d
in the dlnetwork
object
net
. The updated network, netUpdated
,
contains the same layers as net
and includes the new
connection.