Example #1
0
def swish(x):
    return (K.sigmoid(x) * x)
Example #2
0
def sigmoid(x):
  return K.sigmoid(x)