In the image recognition algorithm, the structure design of the convolutional layer has a great impact on its performance. Which of the following statements are true about the structure and mechanism of the convolutional layer? (Transposed convolution is not considered.)
Which of the following is a learning algorithm used for Markov chains?
Which of the following ModelArts training parameters is used to customize hyperparameters?
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.
Which of the following methods are useful when tackling overfitting?
In 2017, the Google machine translation team proposed the Transformer in their paperAttention is All You Need. In a Transformer model, there is customized LSTM with CNN layers.
The deep neural network (DNN)–hidden Markov model (HMM) does not require the HMM–Gaussian mixture model (GMM) as an auxiliary.
Maximum likelihood estimation (MLE) can be used for parameter estimation in a Gaussian mixture model (GMM).
Which of the following statements are true about the differences between using convolutional neural networks (CNNs) in text tasks and image tasks?
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?