LeCun uniform initializer.
It draws samples from a uniform distribution in the interval [-limit, limit] with limit = sqrt(3 / fanIn), where fanIn is the number of input units in the weight tensor.
[-limit, limit]
limit = sqrt(3 / fanIn)
fanIn
Generated using TypeDoc
LeCun uniform initializer.
It draws samples from a uniform distribution in the interval
[-limit, limit]
withlimit = sqrt(3 / fanIn)
, wherefanIn
is the number of input units in the weight tensor.