USAII CAIS - Certified Artificial Intelligence Scientist (CAIS) Certification Exam
Question #6 (Topic: demo questions)
In the context of large language models, what is the significance of zero-shot learning?
Correct Answer: D
Explanation:
Zero-shot learning allows large language models to perform tasks without being explicitly trained on
Zero-shot learning allows large language models to perform tasks without being explicitly trained on
them. This capability is a result of the broad generalization power these models acquire during pretraining,
enabling them to adapt to new tasks based on their learned knowledge.
Question #7 (Topic: demo questions)
What is a key advantage of using cross-validation over a single train-test split for model evaluation?
Correct Answer: C
Explanation:
Cross-validation provides a more robust estimate of model performance by averaging results across
Cross-validation provides a more robust estimate of model performance by averaging results across
multiple folds. This approach reduces the variance in the performance estimate and ensures that the
model is evaluated on different subsets of the data, making it more reliable than a single train-test split.
Question #8 (Topic: demo questions)
Which optimization technique adapts learning rates individually for each parameter?
Correct Answer: C
Explanation:
Adam (Adaptive Moment Estimation) computes adaptive learning rates for each parameter by
Adam (Adaptive Moment Estimation) computes adaptive learning rates for each parameter by
considering both the first and second moments of the gradient, enhancing convergence speed and
performance.
Question #9 (Topic: demo questions)
In image classification, which technique can be used to prevent the model from memorizing the training
data and ensure it generalizes well to new data?
Correct Answer: D
Explanation:
Regularization techniques like Dropout and L2 Regularization help prevent the model from memorizing
Regularization techniques like Dropout and L2 Regularization help prevent the model from memorizing
the training data (overfitting) and ensure it generalizes better to new, unseen data by adding constraints
to the learning process.
Question #10 (Topic: demo questions)
Which method is used to find the optimal weights in logistic regression?
Correct Answer: A
Explanation:
Logistic regression uses Maximum Likelihood Estimation (MLE) to determine the optimal weights. MLE