Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free Huawei H13-321_V2.5 Practice Exam with Questions & Answers

Questions 1

In 2017, the Google machine translation team proposed the Transformer in their paperAttention is All You Need. The Transformer consists of an encoder and a(n) --------. (Fill in the blank.)

Options:
Huawei H13-321_V2.5 Premium Access
Questions 2

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.

Questions 3

The natural language processing field usually uses distributed semantic representation to represent words. Each word is no longer a completely orthogonal 0-1 vector, but a point in a multi-dimensional real number space, which is specifically represented as a real number vector.

Options:
A.

TRUE

B.

FALSE

Questions 4

Vision transformer (ViT) performs well in image classification tasks. Which of the following is the main advantage of ViT?

Options:
A.

It can handle small datasets with minimal labeling required.

B.

It achieves fast convergence without using pre-trained models.

C.

It can process high-resolution images to enhance classification accuracy.

D.

The self-attention mechanism is used to capture global features of images, improving classification accuracy.

Questions 5

The objective of -------- is to extract and classify named entities in a text into pre-defined classes such as names, organizations, locations, time expressions, monetary values, and percentages. (Enter the abbreviation.)

Options:
Questions 6

Which of the following statements about the functions of the encoder and decoder is true?

Options:
A.

The decoder converts variable-length input sequences into fixed-length context vectors, encoding the information of the input sequences in the context vectors.

B.

The encoder converts context vectors into variable-length output sequences.

C.

The encoder converts variable-length input sequences into fixed-length context vectors, encoding the information of the input sequences in the context vectors.

D.

The output lengths of the encoder and decoder are the same.

Questions 7

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

Questions 8

Which of the following has never been used as a method in the history of NLP?

Options:
A.

Recursion-based method

B.

Deep learning-based method

C.

Rule-based method

D.

Statistics-based method

Questions 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.

Questions 10

Which of the following statements are true about the differences between using convolutional neural networks (CNNs) in text tasks and image tasks?

Options:
A.

Color image input is multi-channel, whereas text input is single-channel.

B.

When the CNN is used for text tasks, the kernel size must be the same as the number of word vector dimensions. This constraint, however, does not apply to image tasks.

C.

For CNN, there is no difference in handling text or image tasks.

D.

CNNs are suitable for image tasks, but they perform poorly in text tasks.