A three-class network outputs the logit vector
for one training example. These logits are passed through softmax,
and the result is scored with the cross-entropy (negative log likelihood) loss .
The ground-truth label for this example is class 3.
What is the loss, in nats?
You may use and . No calculator is needed.
Select all that apply.