Huawei Cloud EI provides knowledge graph, OCR, machine translation, and the Celia (virtual assistant) development platform.
Which of the following is NOT a key feature that enables all-scenario deployment and collaboration for MindSpore?
What are the application scenarios of computer vision?
Which of the following is the order of tensor [[0,1],[2,3]]?
All kernels of the same convolutional layer in a convolutional neural network share a weight.
Which of the following are subfields of AI?
When you use MindSpore to execute the following code, which of the following is the output?
python
Copy code
x = Tensor(np.array([[1, 2], [3, 4]]), dtype.int32)
x.dtype
Sigmoid, tanh, and softsign activation functions cannot avoid vanishing gradient problems when the network is deep.
Which of the following are feedforward neural networks?
"AI application fields include only computer vision and speech processing." Which of the following is true about this statement?
Which of the following statements is false about the debugging and application of a regression model?
When using the following code to construct a neural network, MindSpore can inherit the Cell class and rewrite the __init__ and construct methods.
An algorithm of unsupervised learning classifies samples in a dataset into several categories. Samples belonging to the same category have high similarity.
In MindSpore, the basic unit of the neural network is nn.Cell.
Which of the following are common gradient descent methods?
In MindSpore, mindspore.nn.Conv2d() is used to create a convolutional layer. Which of the following values can be passed to this API's "pad_mode" parameter?
Which of the following are use cases of generative adversarial networks?
In machine learning, which of the following inputs is required for model training and prediction?