Neural Network Toolbox Previous page   Next Page
nnt2p

Update NNT 2.0 perceptron

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 page  nnt2lvq nnt2rb Next page

© 1994-2005 The MathWorks, Inc.