Artificial Intelligence & Machine Learning
Select the accurate description of Test set.
- A. A type of deep neural network especially effective at processing grid-like data such as images.
- B. A type of neural network designed to recognize patterns in sequential data by maintaining memory of previous inputs.
- C. A configuration value set before training a machine learning model that controls the learning process itself.
- D. A portion of a dataset set aside and not used during training, used to evaluate a model's final performance. ✓
Correct answer
D. A portion of a dataset set aside and not used during training, used to evaluate a model's final performance.
Explanation
Test set refers to a portion of a dataset set aside and not used during training, used to evaluate a model's final performance.