Package | Description |
---|---|
org.joone.engine | |
org.joone.structure | |
org.joone.util |
Modifier and Type | Field and Description |
---|---|
protected NodesAndWeights |
RTRL.nodesAndWeights
The network we are training
|
protected NodesAndWeights |
ExtendedKalmanFilterFFN.nodesAndWeights
The network structure
|
protected NodesAndWeights |
ExtendedKalmanFilterRNN.nodesAndWeights
The network structure
|
Constructor and Description |
---|
ExtendedKalmanFilterFFN(NodesAndWeights nodesAndWeights,
double kalmanBoost,
int verbose)
Create a new instance of the filter
|
ExtendedKalmanFilterFFN(NodesAndWeights nodesAndWeights,
double kalmanBoost,
int verbose,
int processorCount)
Create a new instance of the filter - use for SMP
|
ExtendedKalmanFilterRNN(NodesAndWeights nodesAndWeights,
double kalmanBoost,
int verbose)
Create a new instance of the filter
|
ExtendedKalmanFilterRNN(NodesAndWeights nodesAndWeights,
double kalmanBoost,
int verbose,
int processorCount)
Create a new instance of the filter
|
RTRL(NodesAndWeights nodesAndWeights)
Create a new instance of RTRL
|
Modifier and Type | Method and Description |
---|---|
protected void |
NetworkAsCFOProblem.init(NodesAndWeights nodesAndWeights,
boolean includeInitialStates)
Initialise
|
Modifier and Type | Field and Description |
---|---|
protected NodesAndWeights |
WeightWriterPlugin.nodesAndWeights
Nodes and weights used to obtain information
|
Submit Feedback to pmarrone@users.sourceforge.net