next up previous contents
Next: The Matlab neural network Up: Backpropagation Previous: The basic learning rule

Global adaptive training step length

 

tabular1745

This command trains a backpropagation network using the Matlab style of training algorithm. The method is based on a global adaptive learning rate parameter. By default one neuron for each input is used.

Example (ex5.8): Train a three-layered (input + hidden + output layer) network with a sine function using a sigmoid activation function in the neurons. After training save the network output.

NDA> load sin.dat
NDA> select sinx -f sin.x
NDA> select siny -f sin.y
NDA> abp -di sinx -do siny -net 3 1 10 1 -types s s s -em 350
 -nout wei -ef virhe -bs 1.2 -ac 1.04 -mup 1.1 -mdn 0.8
NDA> fbp -di sinx -do out -win wei
NDA> select output -f sin.x out.0
NDA> save output

figure1754



Erkki Hakkinen
Thu Sep 24 11:51:34 EET DST 1998