Q. In supervised learning, what is the primary goal of regression algorithms?
-
A.
To classify data into categories
-
B.
To predict continuous outcomes
-
C.
To cluster similar data points
-
D.
To reduce dimensionality
Solution
The primary goal of regression algorithms in supervised learning is to predict continuous outcomes based on input features.
Correct Answer:
B
— To predict continuous outcomes
Learn More →
Q. What is a common application of supervised learning in finance?
-
A.
Stock price prediction
-
B.
Image recognition
-
C.
Customer segmentation
-
D.
Anomaly detection
Solution
Supervised learning is often used in finance for stock price prediction, where historical data is used to predict future prices.
Correct Answer:
A
— Stock price prediction
Learn More →
Q. What is a potential application of supervised learning in marketing?
-
A.
Customer segmentation
-
B.
Predicting customer purchase behavior
-
C.
Market basket analysis
-
D.
Topic modeling
Solution
Predicting customer purchase behavior is a potential application of supervised learning in marketing, helping businesses tailor their strategies.
Correct Answer:
B
— Predicting customer purchase behavior
Learn More →
Q. What type of supervised learning would you use to predict whether a patient has a disease based on their symptoms?
-
A.
Regression
-
B.
Clustering
-
C.
Classification
-
D.
Dimensionality Reduction
Solution
Classification is used to predict whether a patient has a disease based on their symptoms, as it involves categorizing outcomes.
Correct Answer:
C
— Classification
Learn More →
Q. Which algorithm is commonly used for binary classification tasks?
-
A.
Linear Regression
-
B.
Logistic Regression
-
C.
K-Means Clustering
-
D.
Principal Component Analysis
Solution
Logistic Regression is commonly used for binary classification tasks, as it models the probability of a binary outcome.
Correct Answer:
B
— Logistic Regression
Learn More →
Q. Which metric is commonly used to evaluate the performance of a classification model?
-
A.
Mean Squared Error
-
B.
Accuracy
-
C.
R-squared
-
D.
Silhouette Score
Solution
Accuracy is a common metric used to evaluate the performance of classification models, indicating the proportion of correct predictions.
Correct Answer:
B
— Accuracy
Learn More →
Q. Which of the following best describes supervised learning?
-
A.
Learning from unlabeled data
-
B.
Learning from labeled data
-
C.
Learning without feedback
-
D.
Learning through reinforcement
Solution
Supervised learning involves learning from labeled data, where the model is trained on input-output pairs.
Correct Answer:
B
— Learning from labeled data
Learn More →
Q. Which of the following is a classification problem in supervised learning?
-
A.
Predicting house prices
-
B.
Classifying emails as spam or not spam
-
C.
Forecasting sales revenue
-
D.
Estimating customer lifetime value
Solution
Classifying emails as spam or not spam is a classification problem, as it involves categorizing data into discrete classes.
Correct Answer:
B
— Classifying emails as spam or not spam
Learn More →
Q. Which of the following is an example of a regression application?
-
A.
Predicting customer churn
-
B.
Estimating the price of a house
-
C.
Identifying fraudulent transactions
-
D.
Classifying images of animals
Solution
Estimating the price of a house is an example of a regression application, as it involves predicting a continuous value.
Correct Answer:
B
— Estimating the price of a house
Learn More →
Showing 1 to 9 of 9 (1 Pages)