

















Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
British Columbia Artificial Intelligence Practitioner Certification Exam Practice Questions And Correct Answers (Verified Answers) Plus Rationale 2026 Q&A| Instant Download Pdf
Typology: Exams
1 / 25
This page cannot be seen from the preview
Don't miss anything!


















which is critical when missing a category has significant consequences.
Overfitting occurs when the model learns training data too well, failing to generalize to validation data.
D. K-Means clustering Recurrent networks process sequences by maintaining internal state based on previous inputs.
Target encoding represents categories by aggregated target statistics, reducing dimensionality compared to one-hot encoding.
B. A plot of precision vs recall C. A table showing true/false positives and negatives D. A matrix of feature correlations A confusion matrix presents classification counts for predicted vs actual classes.
preserves the original class distribution, preventing bias in performance evaluation.
A. Standard neural networks B. Decision trees C. Bayesian models D. K-Means clustering Bayesian models incorporate probability distributions, allowing them to quantify uncertainty in predictions.
B. Hyperparameter tuning C. Concept drift D. Regularization Concept drift occurs when the underlying relationships in data change over time, potentially degrading model performance.
A. Feature scaling B. Data augmentation C. Hyperparameter tuning D. Principal component analysis Data augmentation artificially expands the dataset by applying transformations, enhancing model generalization.