|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WeightInitializer | |
---|---|
org.joone.engine | |
org.joone.engine.weights |
Uses of WeightInitializer in org.joone.engine |
---|
Fields in org.joone.engine declared as WeightInitializer | |
---|---|
protected WeightInitializer |
Matrix.weightInitializer
The weight initializer that is used by this class. |
Methods in org.joone.engine that return WeightInitializer | |
---|---|
WeightInitializer |
Matrix.getWeightInitializer()
Gets the weight initializer. |
Methods in org.joone.engine with parameters of type WeightInitializer | |
---|---|
void |
Matrix.setWeightInitializer(WeightInitializer aWeightInitializer)
Sets the weight initializer and initializes the weights. |
void |
Matrix.setWeightInitializer(WeightInitializer aWeightInitializer,
boolean anInitialize)
Sets the weight initializer. |
Uses of WeightInitializer in org.joone.engine.weights |
---|
Classes in org.joone.engine.weights that implement WeightInitializer | |
---|---|
class |
FanInBasedWeightInitializer
The weights are uniformly distributed (that is randomly) within the range [LB/F_i, UB/F_i] . |
class |
RandomWeightInitializer
This class initializes weights (and biases) in a random way within a given domain. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |