gaussianInit

Creates a parameter initialiser that sets the initial value of each element in a parameter tensor to a different sample from a Gaussian distribution.

gaussianInit
(
float mean
,
float stddev
)

Parameters

mean
Type: float

The mean of the Gaussian distribution.

stddev
Type: float

The standard deviation of the Gaussian distribution.

Return Value

The constructed ParamInitializer.

Meta