sigmoid f(x)=1+e−x1 f′(x)=f(x)(1−f(x)) tanh f(x)=ex+e−xex−e−x ReLU f(x)={x,x>00,x≤0 Leaky ReLU f(x)={x,x>0az,x≤0 softmax softmax(xi)=∑jxjxi