Update NNT 2.0 radial basis network to NNT 3.0
Syntax
net = nnt2rb(pr,w1,b1,w2,b2)
Description
nnt2rb(PR,W1,B1,W2,B2)
takes these arguments,
PR - R
x 2
matrix of min and max values for R
input elements.
W1 - S1
x R
weight matrix.
B1 - S1
x 1
bias vector.
W2 - S2
x S1
weight matrix.
B2 - S2
x 1
bias vector.
and returns a radial basis network.
Once a network has been updated it can be simulated, initialized, adapted, or trained with sim
, init
, adapt
, and train
.
See Also
newrb
,
newrbe
,
newgrnn
,
newpnn
[ Previous | Help Desk | Next ]