Huawei H13-321_V2.5 - HCIP - AI EI Developer V2.5 Exam
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.)
In the field of deep learning, which of the following activation functions has a derivative not greater than 0.5?
Which of the following applications are supported by ModelArts ExeML?
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?
Which of the following statements about the standard normal distribution are true?
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.
Maximum likelihood estimation (MLE) requires knowledge of the sample data's distribution type.
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.)
Which of the following is not an algorithm for training word vectors?
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?