Neural Network Toolbox
  Go to function:
    Search    Help Desk 
nnt2ff    See Also

Update NNT 2.0 feed-forward network to NNT 3.0

Syntax

net = nnt2ff(pr,{w1 w2 ...},{b1 b2 ...},{tf1 tf2 ...},btf,blr,pf)

Description

nnt2ff(PR,{W1 W2 ...},{B1 B2 ...},{TF1 TF2 ...},BTF,BLR,PF) takes these arguments,

and returns a feed-forward network.

The training function BTF can be any of the backprop training functions such as traingd, traingdm, traingda, traingdx or trainlm.

The learning function BLF can be either of the backpropagation learning functions such as learngd or learngdm.

The performance function can be any of the differentiable performance functions such as mse or msereg.

Once a network has been updated it can be simulated, initialized, adapted, or trained with sim, init, adapt, and train.

See Also

newff, newcf, newfftd, newelm



[ Previous | Help Desk | Next ]