Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

CertNexus Exam AIP-210 Topic 2 Question 7 Discussion

Actual exam question for CertNexus's AIP-210 exam
Question #: 7
Topic #: 2
[All AIP-210 Questions]

An AI system recommends New Year's resolutions. It has an ML pipeline without monitoring components. What retraining strategy would be BEST for this pipeline?

Show Suggested Answer Hide Answer
Suggested Answer: B

A support-vector machine (SVM) is a supervised learning algorithm that can be used for classification or regression problems. An SVM tries to find an optimal hyperplane that separates the data into different categories or classes. However, sometimes the data is not linearly separable, meaning there is no straight line or plane that can separate them. In such cases, a polynomial kernel can help improve the prediction of the SVM by transforming the data into a higher-dimensional space where it becomes linearly separable. A polynomial kernel is a function that computes the similarity between two data points using a polynomial function of their features.


Contribute your Thoughts:

Carmen
5 days ago
C) When concept drift is detected seems like the best option. Monitoring for concept drift is crucial for an AI system that makes recommendations, as the user's preferences and the relevance of the resolutions can change over time.
upvoted 0 times
...
Mitzie
10 days ago
But wouldn't it also be helpful to retrain periodically every year to ensure the recommendations stay relevant?
upvoted 0 times
...
Candra
12 days ago
I agree with Josephine. It's important to update the AI system's recommendations when there are changes in the data distribution.
upvoted 0 times
...
Josephine
14 days ago
I think the best retraining strategy would be when concept drift is detected.
upvoted 0 times
...

Save Cancel