Courseiva
Machine Learning and Deep LearningeasyMultiple SelectObjective-mapped

AI0-001 Machine Learning and Deep Learning Practice Question

A data scientist is tuning hyperparameters for a support vector machine (SVM) with an RBF kernel. Which two hyperparameters most significantly affect model performance? (Select TWO.)

⚠ Common exam trap

Candidates often mistake kernel-specific hyperparameters (e.g., degree for polynomial, gamma for RBF) for general SVM parameters, selecting options like degree or epsilon without realizing they do not apply to the RBF kernel.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

gamma (kernel coefficient)

Gamma defines the influence of a single training example, with low values meaning a far reach and high values meaning a close reach. C controls the trade-off between achieving a low error on the training data and minimizing the margin, directly impacting overfitting. Together, they are the two most critical hyperparameters for an SVM with an RBF kernel.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • gamma (kernel coefficient)

    Why this is correct

    gamma determines the radius of influence of support vectors.

  • learning rate

    Why it's wrong here

    Learning rate is not a hyperparameter for SVM; SVM uses quadratic programming.

  • epsilon (for epsilon-SVR)

    Why it's wrong here

    Epsilon is used in SVM regression, not classification.

  • degree (for polynomial kernel)

    Why it's wrong here

    Degree is only relevant for polynomial kernel, not RBF.

  • C (regularization parameter)

    Why this is correct

    C controls the penalty for misclassification, directly affecting margin.

About these practice questions

Courseiva writes every AI0-001 question from scratch — 754 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This AI0-001 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI0-001 exam.