removedelay
(To be removed) Remove delay to neural network’s response
removedelay 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 = removedelay(net,n)
Description
net = removedelay(net,n) takes these arguments,
net | Neural network |
n | Number of delays |
and returns the network with input delay connections decreased, and output feedback
delays increased, by the specified number of delays n. The result is
a network which behaves identically, except that outputs are produced
n timesteps earlier.
If the number of delays n is not specified, a default of one delay
is used.



