He normal initializer.
It draws samples from a truncated normal distribution centered on 0 with stddev = sqrt(2 / fanIn) where fanIn is the number of input units in the weight tensor.
stddev = sqrt(2 / fanIn)
fanIn
Reference: He et al., http://arxiv.org/abs/1502.01852
Generated using TypeDoc
He normal initializer.
It draws samples from a truncated normal distribution centered on 0 with
stddev = sqrt(2 / fanIn)
wherefanIn
is the number of input units in the weight tensor.Reference: He et al., http://arxiv.org/abs/1502.01852