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.)
In the field of deep learning, which of the following activation functions has a derivative not greater than 0.5?
If OpenCV is used to read an image and save it to variable "img" during image preprocessing, (h, w) = img.shape[:2] can be used to obtain the image size.
What are the adjacency relationships between two pixels whose coordinates are (21,13) and (22,12)?
The deep neural network (DNN)–hidden Markov model (HMM) does not require the HMM–Gaussian mixture model (GMM) as an auxiliary.
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.
When training a deep neural network model, a loss function measures the difference between the model's predictions and the actual labels.
Which of the following statements about the functions of the encoder and decoder is true?
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?
Which of the following statements are true about the differences between using convolutional neural networks (CNNs) in text tasks and image tasks?
Which of the following statements about the levels of natural language understanding are true?
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?