timedelaynet
Time delay neural network
Description
timedelaynet(
takes these arguments:inputDelays
,hiddenSizes
,trainFcn
)
Row vector of increasing 0 or positive input delays,
inputDelays
Row vector of one or more hidden layer sizes,
hiddenSizes
Training 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.
Examples
Input Arguments
Version History
Introduced in R2010b
See Also
preparets
| removedelay
| distdelaynet
| narnet
| narxnet