timedelaynet
(To be removed) Time delay neural network
timedelaynet 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.
Description
timedelaynet(
takes these arguments:inputDelays,hiddenSizes,trainFcn)
Row vector of increasing 0 or positive input delays,
inputDelaysRow vector of one or more hidden layer sizes,
hiddenSizesTraining function,
trainFcn
and returns a time delay neural network.
Time delay networks are similar to feedforward networks, except that the input weight
has a tap delay line associated with it. This allows the network to have a finite dynamic
response to time series input data. This network is also similar to the distributed delay
neural network (distdelaynet), which has delays on the layer
weights in addition to the input weight.


