Class HeUniform
He uniform variance scaling initializer.
It draws samples from a uniform distribution within[-limit, limit] where limit is sqrt(6 / fan_in) where fan_in is the number of input units in the weight tensor.
Inherited Members
Namespace: SiaNet.Initializers
Assembly: SiaNet.dll
Syntax
public class HeUniform : VarianceScaling
Constructors
| Improve this Doc View SourceHeUniform(Nullable<Int32>)
Initializes a new instance of the HeUniform class.
Declaration
public HeUniform(int? seed = default(int? ))
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.Int32> | seed | Used to seed the random generator. |