The Sigmoid function is one of the basic function in Spreadgram algorithm. This function calculates the Sigmoid function of a specific node given the activation rates of the nodes and its neighbors. The equation writes $$\sigma (x,y) = {{\exp [a(x)a(y)]} \over {1 + \exp [a(x)a(y)]}}$$.