What distinguishes the ELU (Exponential Linear Unit) activation from ReLU?
-
A
ELU uses a linear function for all positive inputs and zero for negatives
-
B
ELU outputs negative values for negative inputs using an exponential, giving non-zero mean activations
-
C
ELU clips activations at a fixed maximum value to prevent explosion
-
D
ELU applies a sigmoid curve across all input values