Class ReluUniformInitScheme

  • All Implemented Interfaces:
    WeightInitScheme

    public class ReluUniformInitScheme
    extends BaseWeightInitScheme
    Initialize the weight to: U(-sqrt(6/fanIn), sqrt(6/fanIn)
    Author:
    Adam Gibson