Main Content
noloop
Remove neural network open- and closed-loop feedback
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'
.
Examples
Version History
Introduced in R2010b