Class LecunUniform
LeCun uniform initializer. It draws samples from a uniform distribution within[-limit, limit] where limit is sqrt(3 / 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 LecunUniform : VarianceScaling
Constructors
| Improve this Doc View SourceLecunUniform(Nullable<Int32>)
Initializes a new instance of the Lecun
Declaration
public LecunUniform(int? seed = default(int? ))
Parameters
Type | Name | Description |
---|---|---|
System. |
seed | Used to seed the random generator. |