org.apache.mxnet.javaapi
This Param Object is specifically used for LeakyReLU
Input data to activation function.
Slope parameter for PReLU. Only required when act_type is 'prelu'. It should be either a vector of size 1, or the same size as the second dimension of data.
Activation function to be applied.
Lower bound of random slope. (For rrelu only)
Init slope for the activation. (For leaky and elu only)
Upper bound of random slope. (For rrelu only)
This Param Object is specifically used for LeakyReLU