def sigm()

in generate_sigs.py [0:0]


def sigm(x):
    return 1 / (1 + np.exp(-x))