H13-321_V2.5 HCIP - AI EI Developer V2.5 Exam Questions and Answers
The image saturation can be enhanced by processing the ________ component of the HSV color space. (Enter H, S, or V.)
The accuracy of object location detection can be evaluated using the intersection over union (IoU) value, which is a ratio. The denominator is the overlapping area between the prediction bounding box and ground truth bounding box, and the numerator is the area of union encompassed by both boxes.
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.)
The development of large models should comply with ethical principles to ensure the legal, fair, and transparent use of data.
When the chi-square test is used for feature selection, SelectKBest and _____ function or class must be imported from the sklearn.feature_selection module. (Enter the function interface name.)
Overfitting is a condition where a model is overly simple and excessive generalization errors occur.
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?
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.
Vision transformer (ViT) performs well in image classification tasks. Which of the following is the main advantage of ViT?
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?
What type of task is viewed when using the Seq2Seq model in speech recognition?
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.)
