Huawei HCIP-AI-EI Developer V2.5 - H13-321_V2.5 FREE EXAM DUMPS QUESTIONS & ANSWERS
Which audio file formats can Huawei Cloud text-to-speech (TTS) generate?
Correct Answer: A,B,C
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Maximum likelihood estimation (MLE) can be used for parameter estimation in a Gaussian mixture model (GMM).
Correct Answer: B
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Which of the following statements are true about the differences between using convolutional neural networks (CNNs) in text tasks and image tasks?
Correct Answer: A,C
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
The basic operations of morphological processing include dilation and erosion. These operations can be combined to achieve practical algorithms such as opening and closing operations.
Correct Answer: B
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Which of the following methods are useful when tackling overfitting?
Correct Answer: A,C,D
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
When the chi-square test is used for feature selection, SelectKBest and _____ function or class must be imported from the sklearn.feature_selection module. (Enter the function interface name.) chi2 Explanation:
In feature selection for classification tasks, thechi-square (#²)statistical test can be applied to evaluate the independence between features and target labels.
In Python's scikit-learn library, this is implemented using:
In feature selection for classification tasks, thechi-square (#²)statistical test can be applied to evaluate the independence between features and target labels.
In Python's scikit-learn library, this is implemented using:
Correct Answer:
python
CopyEdit
from sklearn.feature_selection import SelectKBest, chi2
SelectKBest selects the top K features based on scores returned by the chi2 function.
Exact Extract from HCIP-AI EI Developer V2.5:
"In scikit-learn, SelectKBest with chi2 can be used for feature selection by scoring features according to the chi-square statistic." Reference:HCIP-AI EI Developer V2.5 Official Study Guide - Chapter: Feature Selection Methods
CopyEdit
from sklearn.feature_selection import SelectKBest, chi2
SelectKBest selects the top K features based on scores returned by the chi2 function.
Exact Extract from HCIP-AI EI Developer V2.5:
"In scikit-learn, SelectKBest with chi2 can be used for feature selection by scoring features according to the chi-square statistic." Reference:HCIP-AI EI Developer V2.5 Official Study Guide - Chapter: Feature Selection Methods
Which of the following statements about the functions of the encoder and decoder is true?
Correct Answer: C
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).