Method | Description | |
---|---|---|
Layer ( Matrix weightMatrix, |
||
Layer ( int numberOfNeurons, int numberOfInputs, double lowerLimitForWeights, double upperLimitForWeights, ActivationFunction af ) : System | ||
acceptNewBiasUpdate ( |
||
acceptNewWeightUpdate ( Matrix weightUpdate ) : void | ||
errorVectorFrom ( |
||
feedForward ( |
||
getActivationFunction ( ) : ActivationFunction | ||
getBiasVector ( ) : |
||
getLastActivationValues ( ) : |
||
getLastBiasUpdateVector ( ) : |
||
getLastInducedField ( ) : |
||
getLastInputValues ( ) : |
||
getLastWeightUpdateMatrix ( ) : Matrix | ||
getPenultimateBiasUpdateVector ( ) : |
||
getPenultimateWeightUpdateMatrix ( ) : Matrix | ||
getWeightMatrix ( ) : Matrix | ||
numberOfInputs ( ) : int | ||
numberOfNeurons ( ) : int | ||
setLastBiasUpdateVector ( |
||
setLastWeightUpdateMatrix ( Matrix m ) : void | ||
setPenultimateBiasUpdateVector ( |
||
setPenultimateWeightUpdateMatrix ( Matrix m ) : void | ||
updateBiases ( ) : void | ||
updateWeights ( ) : void |
Method | Description | |
---|---|---|
initializeMatrix ( Matrix aMatrix, double lowerLimit, double upperLimit ) : void | ||
initializeVector ( |
public Layer ( Matrix weightMatrix, |
||
weightMatrix | Matrix | |
biasVector | ||
af | ActivationFunction | |
return | System |
public Layer ( int numberOfNeurons, int numberOfInputs, double lowerLimitForWeights, double upperLimitForWeights, ActivationFunction af ) : System | ||
numberOfNeurons | int | |
numberOfInputs | int | |
lowerLimitForWeights | double | |
upperLimitForWeights | double | |
af | ActivationFunction | |
return | System |
public acceptNewBiasUpdate ( |
||
biasUpdate | ||
return | void |
public acceptNewWeightUpdate ( Matrix weightUpdate ) : void | ||
weightUpdate | Matrix | |
return | void |
public errorVectorFrom ( |
||
target | ||
return |
public feedForward ( |
||
inputVector | ||
return |
public getActivationFunction ( ) : ActivationFunction | ||
return | ActivationFunction |
public getLastActivationValues ( ) : |
||
return |
public getLastBiasUpdateVector ( ) : |
||
return |
public getLastInducedField ( ) : |
||
return |
public getLastInputValues ( ) : |
||
return |
public getLastWeightUpdateMatrix ( ) : Matrix | ||
return | Matrix |
public getPenultimateBiasUpdateVector ( ) : |
||
return |
public getPenultimateWeightUpdateMatrix ( ) : Matrix | ||
return | Matrix |
public setLastBiasUpdateVector ( |
||
v | ||
return | void |
public setLastWeightUpdateMatrix ( Matrix m ) : void | ||
m | Matrix | |
return | void |
public setPenultimateBiasUpdateVector ( |
||
v | ||
return | void |
public setPenultimateWeightUpdateMatrix ( Matrix m ) : void | ||
m | Matrix | |
return | void |