Class that specifies parameters of the neural network weights and biases truncated gaussian initializer.
More...
Returns the left bound a of the truncation range from which the random values are selected
- Returns
- Left bound of the truncation range
Returns the right bound b of the truncation range from which the random values are selected
- Returns
- Right bound of the truncation range
Returns the distribution mean
- Returns
- The distribution mean
Returns the standard deviation of the distribution
- Returns
- The standard deviation of the distribution
Sets the left bound a of the truncation range from which the random values are selected
- Parameters
-
a | Left bound of the truncation range |
Sets the right bound b of the truncation range from which the random values are selected
- Parameters
-
b | Right bound of the truncation range |
void setMean |
( |
double |
mean | ) |
|
Sets the distribution mean
- Parameters
-
mean | The distribution mean |
void setSigma |
( |
double |
sigma | ) |
|
Sets the standard deviation of the distribution
- Parameters
-
sigma | The standard deviation of the distribution |
The documentation for this class was generated from the following file:
- TruncatedGaussianParameter.java