In a single-neuron perceptron, what weights and biases are changed to distinguish between 2 outputs?
The weights in the weight matrix that differentiate between the target outputs will change, such as if [1 -1 -1] is orange and [1 1 -1] is apple, the weight matrix will be [0 1 0]