Clear Filters
Clear Filters

In MATLAB neural network toolbox, with tapped delay, how are the weights arranged?

1 view (last 30 days)
The help file for IW in Neural Net says: It has as many columns as the product of the input size with the number of delays associated with the weight: net.inputs{j}.size * length(net.inputWeights{i,j}.delays)
However it does not mention the order of the weights. If my delays are 1:4, what would be the index of weight corresponding to input i at time t-1?

Answers (0)

Categories

Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!