BNLL

Input

x:
  • Required: yes
  • Type: float16, float32
  • Description: activation function
  • Formula:

    if x >0: y = x + log(1 + exp(-x))

    else: y = log(1 + exp(x))

  • Restriction: none

Output

y:
  • Required: yes
  • Type: float16, float32
  • Description: activation function
  • Formula:

    if x >0: y = x + log(1 + exp(-x))

    else: y = log(1 + exp(x))

  • Restriction: none