noloop
(To be removed) Remove neural network open- and closed-loop feedback
noloop will be removed in a future release. For more information,
see Transition Legacy Neural Network Code to dlnetwork Workflows.
For advice on updating your code, see Version History.
Syntax
net = noloop(net)
Description
net = noloop(net) takes a neural network and returns the network
with open- and closed-loop feedback removed.
For outputs i, where net.outputs{i}.feedbackMode
is 'open', the feedback mode is set to 'none',
outputs{i}.feedbackInput is set to the empty matrix, and the
associated network input is deleted.
For outputs i, where net.outputs{i}.feedbackMode
is 'closed', the feedback mode is set to
'none'.


