layrecnet
(To be removed) Layer recurrent neural network
layrecnet 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
layrecnet(
takes these arguments:layerDelays,hiddenSizes,trainFcn)
Row vector of increasing 0 or positive delays,
layerDelaysRow vector of one or more hidden layer sizes,
hiddenSizesBackpropagation training function,
trainFcn
and returns a layer recurrent neural network.
Layer recurrent neural networks are similar to feedforward networks, except that
each layer has a recurrent connection with a tap delay associated with it. This
allows the network to have an infinite dynamic response to time series input data.
This network is similar to the time delay (timedelaynet) and
distributed delay (distdelaynet) neural networks, which have
finite input responses.

