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

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.

A.

TRUE

B.

FALSE

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?

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.

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?

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.

Huawei Cloud ModelArts is a one-stop AI development platform that supports multiple AI scenarios. Which of the following scenarios are supported by ModelArts?

A.

Image classification

B.

Object detection

C.

Speech recognition

D.

Video analytics

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.

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

A.

TRUE

B.

FALSE

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

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.

Which of the following are object detection algorithms?

A.

R-CNN

B.

YOLO

C.

SSD

D.

Faster-R-CNN

Which of the following is not an algorithm for training word vectors?

A.

TextCNN

B.

BERT

C.

FastText

D.

Word2Vec

Which of the following methods are useful when tackling overfitting?

A.

Using dropout during model training

B.

Using more complex models

C.

Data augmentation

D.

Using parameter norm penalties