Quiz: A Deeper Kind of Network

Test your knowledge on deep neural networks using Keras.

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

What is a dense layer in a neural network?

A.

All nodes in the layer are connected to the next layer.

B.

All nodes in the layer are connected to the previous layer.

C.

More than 50% of the nodes in the layer are connected to the next layer.

D.

More than 50% of the nodes in the layer are connected to the previous layer.


1 / 5