Artificial Intelligence & Machine Learning
Which statement correctly explains Convolutional Neural Network (CNN)?
- A. An unsupervised learning technique that groups similar data points together based on shared characteristics.
- B. A fundamental machine learning concept describing the balance between a model's simplicity and its flexibility to fit data.
- C. A type of neural network designed to recognize patterns in sequential data by maintaining memory of previous inputs.
- D. A type of deep neural network especially effective at processing grid-like data such as images. ✓
Correct answer
D. A type of deep neural network especially effective at processing grid-like data such as images.
Explanation
Convolutional Neural Network (CNN) refers to a type of deep neural network especially effective at processing grid-like data such as images.