Softplus
Activation series: 10 of 12
Softplus is the simplest case of log-sum-exp: a single input weighed against a fixed baseline of zero. It's two-input LSE with the second input pinned to e⁰ = 1. Outside hidden layers, softplus is the natural form of binary cross-entropy loss: −log(σ(x)) = softplus(−x).
Paid members: open the interactive diagram below ↓



