Pass the Huawei HCIP-AI EI Developer H13-321_V2.5 Questions and answers with CertsForce

Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions
Questions # 1:

Which of the following are the impacts of the development of large models?

Options:

A.

Model pre-training costs will be reduced


B.

Large models will completely replace small and domain-specific models


C.

The accuracy and efficiency of natural language processing tasks will improve


D.

Data privacy and security issues will be exacerbated


Expert Solution
Questions # 2:

Which of the following is a learning algorithm used for Markov chains?

Options:

A.

Baum-Welch algorithm


B.

Viterbi algorithm


C.

Exhaustive search


D.

Forward-backward algorithm


Expert Solution
Questions # 3:

If OpenCV is used to read an image and save it to variable "img" during image preprocessing, (h, w) = img.shape[:2] can be used to obtain the image size.

Options:

A.

TRUE


B.

FALSE


Expert Solution
Questions # 4:

When training a deep neural network model, a loss function measures the difference between the model's predictions and the actual labels.

Options:

A.

TRUE


B.

FALSE


Expert Solution
Questions # 5:

A text classification task has only one final output, while a sequence labeling task has an output in each input position.

Options:

A.

TRUE


B.

FALSE


Expert Solution
Questions # 6:

Which of the following statements about the multi-head attention mechanism of the Transformer are true?

Options:

A.

The dimension for each header is calculated by dividing the original embedded dimension by the number of headers before concatenation.


B.

The multi-head attention mechanism captures information about different subspaces within a sequence.


C.

Each header's query, key, and value undergo a shared linear transformation to obtain them.


D.

The concatenated output is fed directly into the multi-headed attention mechanism.


Expert Solution
Questions # 7:

In the image recognition algorithm, the structure design of the convolutional layer has a great impact on its performance. Which of the following statements are true about the structure and mechanism of the convolutional layer? (Transposed convolution is not considered.)

Options:

A.

In the convolutional layer, each neuron only collects some information. This effectively reduces the memory required.


B.

The convolutional layer uses parameter sharing so that features at different positions share the same group of parameters. This reduces the number of network parameters required but reduces the expression capabilities of models.


C.

A stride in the convolutional layer can control the spatial resolution of the output feature map. A larger stride indicates a smaller output feature map and simpler calculation.


D.

The convolutional layer slides over the input feature map using a convolution kernel of a fixed size to extract local features without explicitly defining their features.


Expert Solution
Questions # 8:

Mel-frequency cepstral coefficients (MFCCs) take into account human auditory characteristics by first mapping the linear spectrum to the Mel nonlinear spectrum based on auditory perception, and then converting it to the cepstral domain.

Options:

A.

TRUE


B.

FALSE


Expert Solution
Questions # 9:

Transformer models outperform LSTM when analyzing and processing long-distance dependencies, making them more effective for sequence data processing.

Options:

A.

TRUE


B.

FALSE


Expert Solution
Questions # 10:

Which of the following methods are useful when tackling overfitting?

Options:

A.

Using dropout during model training


B.

Using more complex models


C.

Data augmentation


D.

Using parameter norm penalties


Expert Solution
Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions