generateWeightsHeNormal: He normal weight initialization
Description
This function is used to generate random weights and biases using
He normal weight initialization as described in
He et al., http://arxiv.org/abs/1502.01852.
Additional parameters, used for parameter resolution and passed
to generateWeightsNormal.
Value
Weight matrix.
References
He, Kaiming, Xiangyu Zhang, Shaoqing Ren, and Jian Sun (2015).
"Delving Deep into Rectifiers: Surpassing Human-Level Performance on
ImageNet Classification". In: CoRR abs/1502.01852.
URL: http://arxiv.org/abs/1502.01852