Beginner
Artificial Intelligence & Machine Learning
Q19 / 100
What is a convolutional neural network (CNN)?
Correct! Well done.
Incorrect.
The correct answer is B) A neural network architecture using convolution operations to automatically learn spatial hierarchies of features, excelling at image recognition
B
Correct Answer
A neural network architecture using convolution operations to automatically learn spatial hierarchies of features, excelling at image recognition
Explanation
CNNs use convolutional layers (learn local feature detectors), pooling layers (spatial downsampling), and fully connected layers. Local connectivity and weight sharing make them efficient for images.
Progress
19/100