SoftPlus

Softplus activation function.

Transforms input 'x' according formula:

softplus(x) = log(exp(x) + 1)

Calls SoftPlusActivation under the hood.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int