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

Update NNT 2.0 linear layer to NNT 3.0

Syntax

net = nnt2lin(pr,w,b,lr)

Description

nnt2lin(PR,W,B) takes these arguments,

and returns a linear layer.

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

See Also

newlin



[ Previous | Help Desk | Next ]