A binary classifier turns a raw score into a probability with the sigmoid
For a training example whose true label is , the correct answer has probability , so the cross-entropy loss is
Backpropagation needs the gradient of the loss with respect to the raw score, all the way through both the logarithm and the sigmoid.
At the point , what is ?
Select all that apply.