Quiz

We'll cover the following...
Technical Quiz
1.

Why do we reshape the input data into NHWC format for a CNN?

A.

This saves a large amount of space compared to the regular data matrix format

B.

Since CNNs have more layers than MLPs, the data needs to be in a different format

C.

NHWC format is significantly faster to process than regular data matrix format

D.

It puts the data in the proper format to be used with convolution layers


1 / 4