HardELiSH is an activation function for neural networks. The HardELiSH is a multiplication of the HardSigmoid and ELU in the negative part and a multiplication of the Linear and the HardSigmoid in the positive
part:
f(x)=xmax(0,min(1,(2x+1))) if x≥1
f(x)=(ex−1)max(0,min(1,(2x+1))) if x<0
Source: Activation Functions