LeakyReLU

constructor(negativeSlope: Float = 0.01f, name: String = "LeakyReLU")(source)

Parameters

negativeSlope

The slope for negative values (default: 0.01)

name

Name of the module