ann_log_activ — logistic activation function
y Matrix containing the activation, one pattern per column. For each pattern: 1 y(i) = -------------- 1 + exp[-x(i)] x Matrix containing the total neuronal input, one pattern per column. For each pattern: each x(i) for the corresponding i-th neuron on the current layer.