The initialization function JE_Weights requires the specification of five parameters:
,
:
The weights of the forward connections are randomly chosen
from the interval
.
:
Weights of self recurrent links from context units to themselves.
Simple Elman networks use
.
:
Weights of other recurrent links to context units. This value
is often set to
.
:
Initial activation of all context units.
These values are to be set in the INIT line of the control panel in the order given above.