• Initializer that generates random values initialized to a truncated normal distribution.

    These values are similar to values from a RandomNormal except that values more than two standard deviations from the mean are discarded and re-drawn. This is the recommended initializer for neural network weights and filters.

    Parameters

    • args: TruncatedNormalArgs

    Returns Initializer

    Doc

Generated using TypeDoc