Activations
Sigmoid
Sigmoid function is a function that has a characteristic S-shaped curve.
logistic function
σ(x)≐1+e−x1
Properties
σ(−x)=1+ex1=e−x+1e−x (∵multiplied with e−x/e−x)=1+e−x1+e−x−1=1−e−x+11=1−σ(x)
derivative:
∂x∂σ(x)=−(1+e−x)21⋅(−e−x)=(1+e−x)2e−x=(1+e−x)21+e−x−1=1+e−x1−(1+e−x)21=1+e−x1(1−1+e−x1)=σ(x)(1−σ(x))=σ(x)σ(−x)
Hyperbolic tangent
f(x)=ex+e−xex−e−x