Weekend Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Free and Premium Huawei H13-321_V2.5 Dumps Questions Answers

HCIP - AI EI Developer V2.5 Exam Questions and Answers

Question 1

The attention mechanism in foundation model architectures allows the model to focus on specific parts of the input data. Which of the following steps are key components of a standard attention mechanism?

Options:

A.

Calculate the dot product similarity between the query and key vectors to obtain attention scores.

B.

Compute the weighted sum of the value vectors using the attention weights.

C.

Apply a non-linear mapping to the result obtained after the weighted summation.

D.

Normalize the attention scores to obtain attention weights.

Buy Now
Question 2

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

Question 3

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.

Question 4

Maximum likelihood estimation (MLE) can be used for parameter estimation in a Gaussian mixture model (GMM).

Options:

A.

TRUE

B.

FALSE

Question 5

Which of the following statements about the standard normal distribution are true?

Options:

A.

The variance is 0.

B.

The mean is 1.

C.

The variance is 1.

D.

The mean is 0.

Question 6

Maximum likelihood estimation (MLE) requires knowledge of the sample data's distribution type.

Options:

A.

TRUE

B.

FALSE

Question 7

Which of the following statements about the functions of layer normalization and residual connection in the Transformer is true?

Options:

A.

Residual connections and layer normalization help prevent vanishing gradients and exploding gradients in deep networks.

B.

Residual connections primarily add depth to the model but do not aid in gradient propagation.

C.

Layer normalization accelerates model convergence and does not affect model stability.

D.

In shallow networks, residual connections are beneficial, but they aggravate the vanishing gradient problem in deep networks.

Question 8

Overfitting is a condition where a model is overly simple and excessive generalization errors occur.

Options:

A.

TRUE

B.

FALSE

Question 9

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.

Question 10

In an HSV color space, H is for hue, S is for saturation, and V is for value. Which of the following statements about the HSV color space are true?

Options:

A.

Saturation describes how vivid the color is. The lower the saturation, the closer the color is to gray. The higher the saturation, the more vivid the color.

B.

Hue indicates the basic color attributes, such as red, green, and blue.

C.

Value is a measure of brightness. The image brightness can be enhanced by processing the V component of the HSV color space.

D.

The HSV color space perceives colors differently from human eyes, so it is not suitable for image segmentation or color analysis.

Question 11

In 2017, the Google machine translation team proposed the Transformer in their paperAttention is All You Need. In a Transformer model, there is customized LSTM with CNN layers.

Options:

A.

TRUE

B.

FALSE

Question 12

Which of the following statements about the levels of natural language understanding are true?

Options:

A.

Syntactic analysis is to find out the meaning of words, structural meaning, their combined meaning, so as to determine the true meaning or concept expressed by a language.

B.

Semantic analysis is to analyze the structure of sentences and phrases to find out the relationship between words and phrases, as well as their functions in sentences.

C.

Speech analysis involves distinguishing independent phonemes from a speech stream based on phoneme rules, and then identifying syllables and their lexemes or words according to the phoneme form rules.

D.

Lexical analysis is to find the lexemes of a word and obtain linguistic information from them.

E.

Pragmatic analysis is to study the influence of the language's external environment on the language users.

Question 13

In natural language processing tasks, word vector evaluation is an important aspect for measuring the performance of a word embedding model. Which of the following statements about word vector evaluation are true?

Options:

A.

Word similarity tasks typically employ manually labeled datasets to evaluate word vectors, compute the cosine similarity between word vectors, and compare it with the manual labeling result.

B.

Word vector evaluation can be performed through intrinsic evaluation. Common methods include word similarity tasks and word analogy tasks.

C.

The word analogy task evaluates the capability of word vectors in capturing semantic relationships between words, for example, by determining whether "king - man + woman = ?" is close to "queen".

D.

Extrinsic evaluation is the main method used for evaluating word vectors because it directly reflects the performance of word vectors in real-world application tasks.

Question 14

Among image preprocessing techniques, gamma correction is a common non-linear brightness adjustment method. Which of the following statements are true about the application and features of gamma correction?

Options:

A.

Gamma correction applies only to grayscale images and does not apply to color images.

B.

Gamma correction is an enhancement technique based on exponential transformation mapping. It is used for non-linear contrast stretching.

C.

When γ < 1, the input high grayscale range is compressed, and the low grayscale range is stretched, enhancing the dark areas while compressing the bright areas.

D.

When γ > 1, the input low grayscale range is compressed, and the high grayscale range is stretched, enhancing the bright areas while compressing the dark areas.

Question 15

The development of large models should comply with ethical principles to ensure the legal, fair, and transparent use of data.

Options:

A.

TRUE

B.

FALSE

Question 16

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

Question 17

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

Question 18

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.

Options:

A.

TRUE

B.

FALSE