Q. How does SVM handle multi-class classification problems?
-
A.
By using a single model for all classes
-
B.
By applying one-vs-one or one-vs-all strategies
-
C.
By ignoring the additional classes
-
D.
By converting them into binary problems only
Solution
SVM can handle multi-class classification using one-vs-one or one-vs-all strategies.
Correct Answer:
B
— By applying one-vs-one or one-vs-all strategies
Learn More →
Q. In which scenario would you prefer using SVM over logistic regression?
-
A.
When the dataset is small
-
B.
When the classes are linearly separable
-
C.
When the dataset has a high number of features
-
D.
When interpretability is crucial
Solution
SVMs are particularly effective in high-dimensional spaces, making them suitable for datasets with many features.
Correct Answer:
C
— When the dataset has a high number of features
Learn More →
Q. What is a common application of Support Vector Machines (SVM)?
-
A.
Image classification
-
B.
Time series forecasting
-
C.
Reinforcement learning
-
D.
Natural language processing
Solution
SVMs are widely used for image classification tasks due to their effectiveness in high-dimensional spaces.
Correct Answer:
A
— Image classification
Learn More →
Q. What is a common application of SVM in the field of bioinformatics?
-
A.
Gene classification
-
B.
Weather prediction
-
C.
Stock market analysis
-
D.
Social media sentiment analysis
Solution
SVMs are often used in bioinformatics for tasks such as gene classification due to their effectiveness in high-dimensional spaces.
Correct Answer:
A
— Gene classification
Learn More →
Q. What is a common evaluation metric for SVM performance?
-
A.
Mean Squared Error
-
B.
Accuracy
-
C.
Silhouette Score
-
D.
Confusion Matrix
Solution
Accuracy is a common metric used to evaluate the performance of SVM classifiers.
Correct Answer:
B
— Accuracy
Learn More →
Q. What is a primary application of Support Vector Machines (SVM)?
-
A.
Image classification
-
B.
Data encryption
-
C.
Web development
-
D.
Database management
Solution
SVMs are widely used for image classification tasks due to their ability to handle high-dimensional data.
Correct Answer:
A
— Image classification
Learn More →
Q. What is the primary goal of SVM in classification tasks?
-
A.
Minimize the number of support vectors
-
B.
Maximize the margin between classes
-
C.
Minimize the classification error
-
D.
Maximize the number of features
Solution
The main goal of SVM is to maximize the margin between the closest points of different classes.
Correct Answer:
B
— Maximize the margin between classes
Learn More →
Q. What type of learning does SVM primarily utilize?
-
A.
Supervised learning
-
B.
Unsupervised learning
-
C.
Reinforcement learning
-
D.
Semi-supervised learning
Solution
SVM is a supervised learning algorithm used for classification and regression tasks.
Correct Answer:
A
— Supervised learning
Learn More →
Q. Which kernel function is commonly used in SVM for non-linear classification?
-
A.
Linear kernel
-
B.
Polynomial kernel
-
C.
Radial basis function (RBF) kernel
-
D.
Sigmoid kernel
Solution
The Radial Basis Function (RBF) kernel is popular for handling non-linear classification problems.
Correct Answer:
C
— Radial basis function (RBF) kernel
Learn More →
Q. Which kernel is commonly used in SVM for non-linear data?
-
A.
Linear kernel
-
B.
Polynomial kernel
-
C.
Radial Basis Function (RBF) kernel
-
D.
Sigmoid kernel
Solution
The Radial Basis Function (RBF) kernel is commonly used in SVM to handle non-linear data effectively.
Correct Answer:
C
— Radial Basis Function (RBF) kernel
Learn More →
Q. Which of the following fields has seen significant use of SVM?
-
A.
Healthcare for disease classification
-
B.
Manufacturing for process optimization
-
C.
Finance for risk assessment
-
D.
All of the above
Solution
SVM has applications across various fields, including healthcare, manufacturing, and finance.
Correct Answer:
D
— All of the above
Learn More →
Q. Which of the following is a key advantage of using SVMs?
-
A.
They require large amounts of data
-
B.
They can handle non-linear boundaries
-
C.
They are only suitable for binary classification
-
D.
They are less interpretable than decision trees
Solution
SVMs can effectively handle non-linear boundaries through the use of kernel functions.
Correct Answer:
B
— They can handle non-linear boundaries
Learn More →
Q. Which of the following is a key feature of SVMs?
-
A.
They can only handle linear data
-
B.
They use kernel functions to handle non-linear data
-
C.
They require a large amount of labeled data
-
D.
They are not suitable for multi-class classification
Solution
SVMs utilize kernel functions to transform data into higher dimensions, allowing them to handle non-linear relationships.
Correct Answer:
B
— They use kernel functions to handle non-linear data
Learn More →
Q. Which of the following is NOT a typical application of SVM?
-
A.
Face detection
-
B.
Spam detection
-
C.
Stock price prediction
-
D.
Handwriting recognition
Solution
While SVM can be used for regression, it is not typically the first choice for stock price prediction.
Correct Answer:
C
— Stock price prediction
Learn More →
Showing 1 to 14 of 14 (1 Pages)