← Back to Test

Problem 5 - Entrance Test

What distinguishes a convolutional neural network (CNN) from a standard feed-forward network?

Correct: A

CNNs utilize convolutional layers to detect spatial features and pooling layers to reduce dimensionality, making them effective for image data.