• LeCun normal initializer.

    It draws samples from a truncated normal distribution centered on 0 with stddev = sqrt(1 / fanIn) where fanIn is the number of input units in the weight tensor.

    References: Self-Normalizing Neural Networks Efficient Backprop

    Parameters

    • args: SeedOnlyInitializerArgs

    Returns Initializer

    Doc

Generated using TypeDoc