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

Update NNT 2.0 perceptron to NNT 3.0

Syntax

net = nnt2p(pr,w,b,tf,lf)

Description

nnt2p(PR,W,B,TF,LF) takes these arguments,

and returns a perceptron.

The transfer function TF can be hardlim or hardlims. The learning function LF can be learnp or learnpn.

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

See Also

newp



[ Previous | Help Desk | Next ]