Package | Description |
---|---|
org.joone.engine | |
org.joone.engine.extenders | |
org.joone.engine.listeners | |
org.joone.engine.weights | |
org.joone.inspection.implementations | |
org.joone.net |
Modifier and Type | Field and Description |
---|---|
protected Matrix |
Synapse.array |
protected Matrix |
FIRFilter.array |
protected Matrix |
Layer.bias
Holds the bias of neurons of the layer
|
protected Matrix |
ContextLayer.initialState
The initial state
|
Modifier and Type | Method and Description |
---|---|
Matrix |
Layer.getBias()
Return the bias matrix
|
Matrix |
NeuralLayer.getBias()
Return the bias matrix
|
Matrix |
ContextLayer.getInitialState()
Get the initial state, also use this to change, in place, the initial state
|
Matrix |
Synapse.getWeights()
Getter for the internal matrix of weights
|
Matrix |
LearnableSynapse.getWeights() |
Modifier and Type | Method and Description |
---|---|
void |
Layer.setBias(Matrix newBias)
Sets the matrix of biases
|
void |
NeuralLayer.setBias(Matrix newBias)
Sets the matrix of biases
|
void |
Synapse.setWeights(Matrix newWeights)
Setter for the internal matrix of weights
|
void |
LearnableSynapse.setWeights(Matrix newWeights) |
Modifier and Type | Method and Description |
---|---|
protected void |
BatchModeExtender.resetDelta(Matrix aMatrix)
Resets delta values to zero.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
DeltaBasedConvergenceObserver.isConvergence(Matrix aMatrix)
Checks if the weights or biases have converged, i.e.
|
Modifier and Type | Method and Description |
---|---|
void |
RandomWeightInitializer.initialize(Matrix aMatrix)
Initializes the weights or biases within the domain
[lowerBound, upperBound] . |
void |
WeightInitializer.initialize(Matrix aMatrix)
Initializes weights (biases) represented by the matrix.
|
void |
FanInBasedWeightInitializer.initialize(Matrix aMatrix) |
Constructor and Description |
---|
BiasInspection(Matrix biasArg) |
WeightsInspection(Matrix weightsArg) |
Modifier and Type | Method and Description |
---|---|
Matrix |
NeuralNet.getBias() |
Matrix |
NestedNeuralLayer.getBias() |
Modifier and Type | Method and Description |
---|---|
void |
NeuralNet.setBias(Matrix p1) |
void |
NestedNeuralLayer.setBias(Matrix p1) |
Submit Feedback to pmarrone@users.sourceforge.net