Creates a parameter initialiser that uses the method of He et al. (2015).
This technique initialises a parameter with samples from the following uniform distribution:
U(-6 / fan_in, 6 / fan_in)
For more details, see He et al. (2015): http://arxiv.org/abs/1502.01852
The constructed ParamInitiaizer.
See Implementation
Creates a parameter initialiser that uses the method of He et al. (2015).
This technique initialises a parameter with samples from the following uniform distribution:
U(-6 / fan_in, 6 / fan_in)
For more details, see He et al. (2015): http://arxiv.org/abs/1502.01852