Q. In a classification problem, what does the term 'overfitting' refer to?
-
A.
The model performs well on training data but poorly on unseen data
-
B.
The model is too simple to capture the underlying trend
-
C.
The model has too few features
-
D.
The model is trained on too much data
Solution
Overfitting occurs when a model learns the training data too well, capturing noise and failing to generalize to new data.
Correct Answer:
A
— The model performs well on training data but poorly on unseen data
Learn More →
Q. What is the purpose of the training set in supervised learning?
-
A.
To evaluate the model's performance
-
B.
To tune hyperparameters
-
C.
To train the model on labeled data
-
D.
To visualize data distributions
Solution
The training set is used to train the model on labeled data, allowing it to learn the relationship between inputs and outputs.
Correct Answer:
C
— To train the model on labeled data
Learn More →
Q. What is the role of a validation set in supervised learning?
-
A.
To train the model
-
B.
To test the model's performance on unseen data
-
C.
To tune hyperparameters and prevent overfitting
-
D.
To visualize data
Solution
The validation set is used to tune hyperparameters and assess the model's performance during training, helping to prevent overfitting.
Correct Answer:
C
— To tune hyperparameters and prevent overfitting
Learn More →
Q. Which metric is best suited for evaluating a multi-class classification model?
-
A.
Mean Absolute Error
-
B.
F1 Score
-
C.
Root Mean Squared Error
-
D.
R-squared
Solution
F1 Score is a suitable metric for evaluating multi-class classification models as it considers both precision and recall.
Correct Answer:
B
— F1 Score
Learn More →
Q. Which of the following is a common application of regression analysis?
-
A.
Image classification
-
B.
Spam detection
-
C.
Predicting house prices
-
D.
Customer segmentation
Solution
Regression analysis is commonly used to predict continuous outcomes, such as house prices based on various features.
Correct Answer:
C
— Predicting house prices
Learn More →
Q. Which of the following is a common application of supervised learning?
-
A.
Market segmentation
-
B.
Spam detection
-
C.
Anomaly detection
-
D.
Data compression
Solution
Spam detection is a common application of supervised learning, where the model is trained to classify emails as spam or not.
Correct Answer:
B
— Spam detection
Learn More →
Showing 1 to 6 of 6 (1 Pages)