HCIP - AI EI Developer V2.5 Exam
Last Update Sep 30, 2025
Total Questions : 60
We are offering FREE H13-321_V2.5 Huawei exam questions. All you do is to just go and sign up. Give your details, prepare H13-321_V2.5 free exam questions and then go for complete pool of HCIP - AI EI Developer V2.5 Exam test questions that will help you more.
Which of the following has never been used as a method in the history of NLP?
In an image preprocessing experiment, the cv2.imread("lena.png", 1) function provided by OpenCV is used to read images. The parameter "1" in this function represents a --------- -channel image. (Fill in the blank with a number.)
How many parameters need to be learned when a 3 × 3 convolution kernel is used to perform the convolution operation on two three-channel color images?
Which of the following statements about the functions of layer normalization and residual connection in the Transformer is true?
A text classification task has only one final output, while a sequence labeling task has an output in each input position.
When training a deep neural network model, a loss function measures the difference between the model's predictions and the actual labels.
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.)
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.
If a scanned document is not properly placed, and the text is tilted, it is difficult to recognize the characters in the document. Which of the following techniques can be used for correction in this case?
Transformer models outperform LSTM when analyzing and processing long-distance dependencies, making them more effective for sequence data processing.
Vision transformer (ViT) performs well in image classification tasks. Which of the following is the main advantage of ViT?
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.
The technologies underlying ModelArts support a wide range of heterogeneous compute resources, allowing you to flexibly use the resources that fit your needs.
In NLP tasks, transformer models perform well in multiple tasks due to their self-attention mechanism and parallel computing capability. Which of the following statements about transformer models are true?
Which of the following statements about the levels of natural language understanding are true?