Training a dense neural network

Completed

Check your knowledge

1.

When training image classification task on images with shape 32x32x3, what shape is the input to Dense neural layer?

2.

Our dataset contains images of size 32x32x3. What should we do in order to train Dense neural network on those images?

3.

We want to monitor the accuracy of the model on validation dataset during training. What do we need to do?