distdelaynet
(To be removed) Distributed delay network
distdelaynet 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
distdelaynet(delays,hiddenSizes,trainFcn)
Description
Distributed delay networks are similar to feedforward networks, except that each input
and layer weights 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 time delay neural network (timedelaynet), which only has
delays on the input weight.
distdelaynet(delays,hiddenSizes,trainFcn) takes these arguments,
delays | 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 distributed delay neural network.

