ReLUx12
ReLUx12 is a hypothetical activation function proposed as a higher-order extension of the Rectified Linear Unit (ReLU). It applies a polynomial power to the positive part of the input, defined as f(x) = (max(0, x))^12. For non-positive inputs, the output is zero; for positive inputs, the output is x raised to the 12th power. This makes the function monotone and strictly increasing on the positive side, with strong curvature.
The derivative of ReLUx12 is f′(x) = 12x^11 for x > 0 and f′(x) = 0 for x ≤ 0.
In practice, ReLUx12 is mainly discussed in theoretical or toy-setting contexts to study how high-order nonlinearities
Variants and generalizations include ReLUxk for other exponents k ≥ 1, with k = 1 recovering the standard