ThresholdedReLUOperator

public class ThresholdedReLUOperator: ELUOperator

Thresholded Rectified Linear Unit. f(x) = x if x > alpha, else f(x) = 0

Threshold alpha

Default value is 1.0

Reference

Zero-Bias Autoencoders and the Benefits of Co-Adapting Features