powered by
The ReLU activation function
ReLU(x)
The output of the standard ReLU function, i.e. \(\max\{0,x\}\). See also Sigmoid. and Tanh.
Sigmoid
Tanh
A real number that is the input to our ReLU function.
ReLU(5) ReLU(-5)
Run the code above in your browser using DataLab