Package | Description |
---|---|
org.joone.engine | |
org.joone.engine.weights |
Modifier and Type | Field and Description |
---|---|
protected WeightInitializer |
Matrix.weightInitializer
The weight initializer that is used by this class.
|
Modifier and Type | Method and Description |
---|---|
WeightInitializer |
Matrix.getWeightInitializer()
Gets the weight initializer.
|
Modifier and Type | Method and Description |
---|---|
void |
Matrix.setWeightInitializer(WeightInitializer aWeightInitializer)
Sets the weight initializer and initializes the weights.
|
void |
Matrix.setWeightInitializer(WeightInitializer aWeightInitializer,
boolean anInitialize)
Sets the weight initializer.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Submit Feedback to pmarrone@users.sourceforge.net