In the left diagram, McCulloch-Pitts neurons x1 and x2 each send binary activity to neuron y using the rule y = 1 if x1 + x2 > 1 and y = 0 otherwise; this corresponds to the logical AND operator; other logical operators NOT, OR, NOR may be similarly implemented by thresholding. In the right diagram, the general form of output is based on thresholding linear combinations, i.e., y =1 when ∑wixi >c and y = 0 otherwise. The values wi are called synaptic weights. However, because networks of perceptrons (and their more modern artificial neural network descendents) are far simpler than networks in the brain, each artificial neuron corresponds conceptually not to an individual neuron in the brain but, instead, to large collections of neurons in the brain.