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.
What are the adjacency relationships between two pixels whose coordinates are (21,13) and (22,12)?
Vision transformer (ViT) performs well in image classification tasks. Which of the following is the main advantage of ViT?
The mAP evaluation metric in object detection combines accuracy and recall.
The deep neural network (DNN)–hidden Markov model (HMM) does not require the HMM–Gaussian mixture model (GMM) as an auxiliary.
The objective of -------- is to extract and classify named entities in a text into pre-defined classes such as names, organizations, locations, time expressions, monetary values, and percentages. (Enter the abbreviation.)
------- is a model that uses a convolutional neural network (CNN) to classify texts.
Overfitting is a condition where a model is overly simple and excessive generalization errors occur.
When training a deep neural network model, a loss function measures the difference between the model's predictions and the actual labels.
A text classification task has only one final output, while a sequence labeling task has an output in each input position.
The development of large models should comply with ethical principles to ensure the legal, fair, and transparent use of data.
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.)
Which of the following ModelArts training parameters is used to customize hyperparameters?