The Input delay vector is currently the default [0 1 2], and the number of layers is the default of 2. The first layer has 10 neurons.
When I try to create a new network, I get the error 'Layer sizes is not a row vector of positive integers.' I have also input the number of layers as [2], but that produces the same error. I am able to create a distributed feed forward time delayed neural network, with the second layer without a time delay, which is confusing, since I would expect to get the same warning for that.
Does anyone have any suggestions as to what I am doing incorrectly?
The details of what I am using are:
MATLAB Version 7.9.0.529 (R2009b)
Operating System: Mac OS X Version: 10.5.8 Build: 9L31a
Java VM Version: Java 1.5.0_22-b03-333-9M3125 with Apple Inc.
Neural Network Toolbox Version 6.0.3
Well, i see from the sample code that you enclosed, that
.....
OH ! WAIT! .... YOU DIDN"T ENCLOSE ANY CODE!
Sorry,
Greg