Skip to contents

Softsign is defined as: softsign(x) = x / (abs(x) + 1).

Usage

activation_softsign(x)

Arguments

x

Input tensor.

Value

A tensor, the result from applying the activation to the input tensor x.