Interface | Description |
---|---|
WeightInitializer |
This interface desribes the methods that needs to be implemented in order to create new
weight (or bias) initializers.
|
Class | Description |
---|---|
FanInBasedWeightInitializer |
The weights are uniformly distributed (that is randomly) within the range
[LB/F_i, UB/F_i] . |
RandomWeightInitializer |
This class initializes weights (and biases) in a random way within a given domain.
|
Submit Feedback to pmarrone@users.sourceforge.net