Neural Network Toolbox    

Network Initialization

The network has only one neuron, as only one output value of the signal T is being generated at each time step. This neuron has five inputs, the five delayed values of the signal T.

The function newlin creates the network shown above. We use a learning rate of 0.1 for incremental training.


  Applin2: Adaptive Prediction Network Training