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

H13-321_V2.5 Questions and Answers

Question # 6

Which of the following ModelArts training parameters is used to customize hyperparameters?

A.

Hyperparameter

B.

Algorithm Type

C.

Resource Pool

D.

Compute Nodes

Full Access
Question # 7

The jieba ------() method can be used for word segmentation.

Full Access
Question # 8

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

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.

Full Access
Question # 9

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

A.

TRUE

B.

FALSE

Full Access
Question # 10

Which of the following are required for the image object detection algorithm?

A.

Object classification determination

B.

Object contour calculation

C.

Object location calculation

D.

Confidence calculation

Full Access
Question # 11

-------- is a text representation method based on the bag of words (BoW) model. It decomposes words into subwords and then adds the vector representations of the subwords to obtain word vectors, fully utilizing character N-gram information. (Fill in the blank.)

Full Access
Question # 12

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.

A.

TRUE

B.

FALSE

Full Access
Question # 13

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

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.

Full Access
Question # 14

In the deep neural network (DNN)–hidden Markov model (HMM), the DNN is mainly used for feature processing, while the HMM is mainly used for sequence modeling.

A.

TRUE

B.

FALSE

Full Access
Question # 15

What are the adjacency relationships between two pixels whose coordinates are (21,13) and (22,12)?

A.

8-adjacency

B.

No adjacency relationship

C.

4-adjacency

D.

Diagonal adjacency

Full Access
Question # 16

In cases where the bright and dark areas of an image are too extreme, which of the following techniques can be used to improve the image?

A.

Inversion

B.

Grayscale stretching

C.

Grayscale compression

D.

Gamma correction

Full Access
Question # 17

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

Full Access
Question # 18

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?

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.

Full Access