{"sigmoid": "1/(1+exp(-x))", "tanh": "tanh(x)", "ReLU" : "Piecewise((0,x<0),(x, x>=0))","Linear":"x"}