C1 W3 Lab1 method tf.keras.layers.Dense description/explanation ambiguity

Could someone elaborate on this part please, it is a little ambiguous for me, in my understanding of the tf.keras.layers.Dense creates an NN layer with the number of neurons specified in the first parameter of the abovementioned method, yet in the Lab1 it says 128 layers (not neurons) as on the screenshot below

Thank you

Thanks for bringing this up. The staff have been notified to fix this.

Here’s the correction:
The same dense layer with 128 neurons, and output layer with 10 neurons as in the pre-convolution example

1 Like