• Rectified Linear Unit activation function.

    Input shape: Arbitrary. Use the config field inputShape (Array of integers, does not include the sample axis) when using this layer as the first layer in a model.

    Output shape: Same shape as the input.

    Parameters

    • Optional args: ReLULayerArgs

    Returns ReLU

    Doc

Generated using TypeDoc