Quiz on Deep Networks

Evaluate yourself by attempting the quiz on deep networks.

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

What is the core difference between the fully connected neural network and the CNN?

A.

Fully connected NN is used only for one-dimensional data while CNN is used solely for higher dimensional data.

B.

Weights are arranged in a filter that slides over the input, calculating the output piece by piece.

C.

Instead of using nonlinear activation functions, it uses linear activation functions


1 / 5