• Exponential Linear Unit (ELU).

    It follows: f(x) = alpha * (exp(x) - 1.) for x < 0, f(x) = x for x >= 0.

    Input shape: Arbitrary. Use the configuration inputShape when using this layer as the first layer in a model.

    Output shape: Same shape as the input.

    References:

    Parameters

    • Optional args: ELULayerArgs

    Returns ELU

    Doc

Generated using TypeDoc