|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Matrix | |
---|---|
org.joone.engine | |
org.joone.engine.extenders | |
org.joone.engine.listeners | |
org.joone.engine.weights | |
org.joone.inspection.implementations | |
org.joone.net |
Uses of Matrix in org.joone.engine |
---|
Fields in org.joone.engine declared as Matrix | |
---|---|
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 |
Methods in org.joone.engine that return Matrix | |
---|---|
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()
|
Methods in org.joone.engine with parameters of type Matrix | |
---|---|
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)
|
Uses of Matrix in org.joone.engine.extenders |
---|
Methods in org.joone.engine.extenders with parameters of type Matrix | |
---|---|
protected void |
BatchModeExtender.resetDelta(Matrix aMatrix)
Resets delta values to zero. |
Uses of Matrix in org.joone.engine.listeners |
---|
Methods in org.joone.engine.listeners with parameters of type Matrix | |
---|---|
protected boolean |
DeltaBasedConvergenceObserver.isConvergence(Matrix aMatrix)
Checks if the weights or biases have converged, i.e. |
Uses of Matrix in org.joone.engine.weights |
---|
Methods in org.joone.engine.weights with parameters of type Matrix | |
---|---|
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)
|
Uses of Matrix in org.joone.inspection.implementations |
---|
Constructors in org.joone.inspection.implementations with parameters of type Matrix | |
---|---|
BiasInspection(Matrix biasArg)
|
|
WeightsInspection(Matrix weightsArg)
|
Uses of Matrix in org.joone.net |
---|
Methods in org.joone.net that return Matrix | |
---|---|
Matrix |
NeuralNet.getBias()
|
Matrix |
NestedNeuralLayer.getBias()
|
Methods in org.joone.net with parameters of type Matrix | |
---|---|
void |
NeuralNet.setBias(Matrix p1)
|
void |
NestedNeuralLayer.setBias(Matrix p1)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |