In cases where the bright and dark areas of an image are too extreme, which of the following techniques can be used to improve the image?
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 is not an algorithm for training word vectors?
A text classification task has only one final output, while a sequence labeling task has an output in each input position.
Which of the following is not an acoustic feature of speech?
Which of the following are the impacts of the development of large models?
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.
Which of the following statements about the levels of natural language understanding are true?
The mAP evaluation metric in object detection combines accuracy and recall.
The technologies underlying ModelArts support a wide range of heterogeneous compute resources, allowing you to flexibly use the resources that fit your needs.
Which of the following statements about the standard normal distribution are true?
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.)
Which of the following are required for the image object detection algorithm?
Mel-frequency cepstral coefficients (MFCCs) take into account human auditory characteristics by first mapping the linear spectrum to the Mel nonlinear spectrum based on auditory perception, and then converting it to the cepstral domain.
What type of task is viewed when using the Seq2Seq model in speech recognition?
Which of the following has never been used as a method in the history of NLP?
If a scanned document is not properly placed, and the text is tilted, it is difficult to recognize the characters in the document. Which of the following techniques can be used for correction in this case?
What are the advantages of deep learning–based speech recognition algorithms?