Logits

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

We'll cover the following...

Chapter Goals:

  • Obtain the logits for each digit class

A. Multiclass logits

Since there are 10 possible digits an MNIST image ...