Time delay neural network
timedelaynet(inputDelays,hiddenSizes,trainFcn)
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.
timedelaynet(inputDelays,hiddenSizes,trainFcn)
takes these arguments,
inputDelays | Row vector of increasing 0 or positive delays (default = 1:2) |
hiddenSizes | Row vector of one or more hidden layer sizes (default = 10) |
trainFcn | Training function (default = |
and returns a time delay neural network.
distdelaynet
| narnet
| narxnet
| preparets
| removedelay