Package | Description |
---|---|
org.joone.engine | |
org.joone.structure |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<NodesAndWeights.Weight> |
ExtendedKalmanFilterFFN.weights
The list of weights that we use in the filter
|
protected java.util.List<NodesAndWeights.Weight> |
ExtendedKalmanFilterRNN.weights
The list of weights that we use in the filter
|
protected java.util.List<java.util.List<NodesAndWeights.Weight>> |
RTRL.weightsList
List of list of weights that will be updated by each processor
|
Modifier and Type | Method and Description |
---|---|
protected void |
RTRL.updateDeltas(double[] error,
java.util.List<NodesAndWeights.Weight> weights)
Update the given weights' deltas.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<NodesAndWeights.Weight> |
NodesAndWeights.Node.fixedWeights
The list of unchangeable weights, also such as those coming from a direct synapse, that carry a singal into this node
|
java.util.List<NodesAndWeights.Weight> |
NodesAndWeights.Node.I
The list of weights that carry a signal into this node from a node in U
|
java.util.List<NodesAndWeights.Weight> |
NodesAndWeights.weights
List of all weights, typically used when setting up an optimisation problem
|
java.util.List<NodesAndWeights.Weight> |
NodesAndWeights.Node.weights
The list of changeable weights that carry a signal into this node
|
Modifier and Type | Method and Description |
---|---|
protected NodesAndWeights.Weight |
NodesAndWeights.getFixedWeight(NodesAndWeights.Node input,
NodesAndWeights.Node output)
Determine the fixed weight between an input and a output node.
|
protected NodesAndWeights.Weight |
NodesAndWeights.getWeight(NodesAndWeights.Node input,
NodesAndWeights.Node output)
Determine the weight between an input and a output node.
|
Submit Feedback to pmarrone@users.sourceforge.net