Logits

Use a fully-connected layer to extract multiclass logits from the CNN.

Chapter Goals:

  • Obtain the logits for each digit class

A. Multiclass logits

Since there are 10 possible digits an MNIST image can be, we ...