Each hidden node hi is connected to a single class node. If the output class of instance i is j, then hi is
connected to class node cj. Each class node cj computes the sum of the activations of the hidden nodes that are
connected to it (i.e., all the hidden nodes for a particular class) and passes this sum to a decision node. The
decision node outputs the class with the highest summed activation.