Q. In supervised learning, what does overfitting refer to?
-
A.
Model performs well on training data but poorly on unseen data
-
B.
Model performs poorly on both training and unseen data
-
C.
Model generalizes well to new data
-
D.
Model is too simple to capture the underlying trend
Solution
Overfitting occurs when a model learns the training data too well, capturing noise and failing to generalize to new data.
Correct Answer:
A
— Model performs well on training data but poorly on unseen data
Learn More →
Q. In supervised learning, what is the primary purpose of the training dataset?
-
A.
To evaluate model performance
-
B.
To make predictions on new data
-
C.
To train the model on known outcomes
-
D.
To visualize data distributions
Solution
The training dataset is used to train the model on known outcomes, allowing it to learn the relationship between input features and target labels.
Correct Answer:
C
— To train the model on known outcomes
Learn More →
Q. What is a real-world application of supervised learning in healthcare?
-
A.
Predicting patient readmission rates
-
B.
Segmenting patients into groups
-
C.
Identifying trends in medical research
-
D.
Clustering similar diseases
Solution
Supervised learning can be used to predict patient readmission rates based on historical patient data.
Correct Answer:
A
— Predicting patient readmission rates
Learn More →
Q. What is the main difference between regression and classification in supervised learning?
-
A.
Regression predicts continuous values, classification predicts discrete labels
-
B.
Regression is unsupervised, classification is supervised
-
C.
Regression uses neural networks, classification does not
-
D.
There is no difference
Solution
The main difference is that regression predicts continuous values, while classification predicts discrete labels.
Correct Answer:
A
— Regression predicts continuous values, classification predicts discrete labels
Learn More →
Q. What metric is commonly used to evaluate the performance of a classification model?
-
A.
Mean Squared Error
-
B.
Accuracy
-
C.
R-squared
-
D.
Confusion Matrix
Solution
Accuracy is a common metric used to evaluate the performance of a classification model, indicating the proportion of correct predictions.
Correct Answer:
B
— Accuracy
Learn More →
Q. What type of data is required for supervised learning?
-
A.
Unlabeled data
-
B.
Labeled data
-
C.
Semi-labeled data
-
D.
No data required
Solution
Supervised learning requires labeled data, where each input is associated with a corresponding output.
Correct Answer:
B
— Labeled data
Learn More →
Q. Which algorithm is commonly used for multi-class classification problems?
-
A.
Support Vector Machines
-
B.
K-Means Clustering
-
C.
Linear Regression
-
D.
Decision Trees
Solution
Decision Trees are commonly used for multi-class classification problems, as they can handle multiple classes effectively.
Correct Answer:
D
— Decision Trees
Learn More →
Q. Which application of supervised learning can help in diagnosing diseases?
-
A.
Predicting patient outcomes based on historical data
-
B.
Clustering patients with similar symptoms
-
C.
Generating synthetic medical images
-
D.
Analyzing patient demographics
Solution
Predicting patient outcomes based on historical data is a direct application of supervised learning in diagnosing diseases.
Correct Answer:
A
— Predicting patient outcomes based on historical data
Learn More →
Q. Which of the following is a common use of supervised learning in marketing?
-
A.
Customer segmentation
-
B.
Churn prediction
-
C.
Market basket analysis
-
D.
Anomaly detection
Solution
Churn prediction is a common application of supervised learning in marketing, helping businesses identify customers likely to leave.
Correct Answer:
B
— Churn prediction
Learn More →
Q. Which of the following is an example of a regression task?
-
A.
Classifying images of animals
-
B.
Predicting the temperature for tomorrow
-
C.
Segmenting customers based on behavior
-
D.
Identifying fraudulent transactions
Solution
Predicting the temperature for tomorrow is a regression task as it involves predicting a continuous value.
Correct Answer:
B
— Predicting the temperature for tomorrow
Learn More →
Q. Which of the following is NOT a typical use case for supervised learning?
-
A.
Email filtering
-
B.
Customer churn prediction
-
C.
Market basket analysis
-
D.
Credit scoring
Solution
Market basket analysis is typically an unsupervised learning task, while the others are examples of supervised learning applications.
Correct Answer:
C
— Market basket analysis
Learn More →
Q. Which supervised learning algorithm is typically used for binary classification tasks?
-
A.
Linear Regression
-
B.
Logistic Regression
-
C.
K-Means Clustering
-
D.
Principal Component Analysis
Solution
Logistic Regression is a common algorithm used for binary classification tasks, predicting the probability of a binary outcome.
Correct Answer:
B
— Logistic Regression
Learn More →
Showing 1 to 12 of 12 (1 Pages)