jax-js
    Preparing search index...

    Function selu

    • Scaled exponential linear unit activation.

      Computes the element-wise function: selu(x) = lambda * (x > 0 ? x : alpha * (exp(x) - 1))

      Where alpha = 1.6732632423543772 and lambda = 1.0507009873554805.

      Parameters

      Returns Array

    Properties

    dispose: () => void