HCIP - AI EI Developer V2.5 Exam Questions and Answers
In the field of deep learning, which of the following activation functions has a derivative not greater than 0.5?
Maximum likelihood estimation (MLE) can be used for parameter estimation in a Gaussian mixture model (GMM).
Which of the following are required for the image object detection algorithm?
Seq2Seq is a model that translates one sequence into another sequence, essentially consisting of two recurrent neural networks (RNNs), one is the Encoder, and the other is the ---------. (Fill in the blank.)
The development of large models should comply with ethical principles to ensure the legal, fair, and transparent use of data.
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.
What are the adjacency relationships between two pixels whose coordinates are (21,13) and (22,12)?
Which of the following is a learning algorithm used for Markov chains?
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?
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?
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?
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.)
The technologies underlying ModelArts support a wide range of heterogeneous compute resources, allowing you to flexibly use the resources that fit your needs.
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 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.)
John wants to deploy a large model locally to implement the Q&A assistant function for his company. Which of the following factors is unnecessary for John to consider?
The deep neural network (DNN)–hidden Markov model (HMM) does not require the HMM–Gaussian mixture model (GMM) as an auxiliary.
Which of the following statements about the standard normal distribution are true?