Skip to main content
. 2021 Sep 30;23(10):1293. doi: 10.3390/e23101293

Table 1.

Frequently used activation functions.

Activation Function Equation
Sigmoid σ(x)=11+ex (7)
ReLU ReLU(x)=max(x,0)=x,x00,x<0 (8)
ELU ELU(x)=x,x0α*(ex1),x<0 (9)

ReLU: Rectified Linear Unit; ELU: Exponential Linear Unit; α defaults to 1.0.