Neural Network Toolbox | ![]() ![]() |
Update NNT 2.0 Hopfield recurrent network to NNT 3.0
Syntax
Description
nnt2hop (W,B)
takes these arguments,
W - S
x S
weight matrix.
B - S
x 1
bias vector
Once a network has been updated, it can be simulated, initialized, adapted, or trained with sim
, init
, adapt
, and train
.
See Also
![]() | nnt2ff | nnt2lin | ![]() |