What are the adjacency relationships between two pixels whose coordinates are (21,13) and (22,12)?
A text classification task has only one final output, while a sequence labeling task has an output in each input position.
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.)
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.)
Which of the following statements about the levels of natural language understanding are true?
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 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.)
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?
------- is a model that uses a convolutional neural network (CNN) to classify texts.
Which of the following statements about the functions of the encoder and decoder is 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.