Font size
WorksheetsHuawei HCIA-AI V3.5 Demo
Total questions: 125
Worksheet time: 4hrs 10mins
57. The four elements of AI are data, compute power, (a) , and application scenarios.
58. The primary purpose of (a) is to remove unimportant weights from the weight matrix and fine-tune the network again.
59. The feature interpretability in deep learning is (a) than in traditional machine learning. (Enter "stronger" or "weaker".)
60. Typical training data processing pipelines include load, shuffle, map, batch, and (a)
61. Among the MindSpore's Python APIs, mindspore. (a) defines loss functions, optimizers, and computing units for constructing networks.
62. In Huawei Cloud NLP service, the (a) technology can divide text into separate words as a sequence. For example, in English text, spaces are natural delimiters between words.
63. What are the levels of driving automation defined by SAE International, formerly named the Society of Automotive Engineers (SAE), based on the degree of dependency on the system?
64."Batch inference is a batch job that performs inference on batch data. There is no need for model training before using batch inference." Which of the following is true about this statement?
65. Data is carrier and representation of information. Which of the following statements about data in AI applications is true?
66. A computer uses labeled images to learn and determine which images contain apples and which contain pears. Which of the following types of machine learning is most applicable to this scenario?
67. Which of the following statements is true about classification models and regression models in machine learning?
68. Which of the following points constitute a support vector of the SVM algorithm without considering regularization terms?
69. Which of the following statements is false about support vector machines (SVMs)?
70. Kernel functions allow algorithms to fit the largest hyperplane in a transformed high-dimensional feature space. Which of the following is not a common kernel function?
71. In 1958, Frank Rosenblatt invented the perceptron algorithm. 10 years later, Marvin Minsky questioned the perceptron's ability to solve non-linear classification problems, and proposed the question that signed the death warrant of perceptrons. Which of the following is the question?
72. During neural network training, which of the following values is continuously updated by using the gradient descent method to minimize the loss function?
73. The ReLU function is commonly used in deep learning neural networks. Which of the following is the value range of this function?
74. The sigmoid activation function is monotonic and continuous, has bounded outputs, and makes the network easy to converge. It was popular in a period of time. However, when the network is deep, what problems may sigmoid cause?
75. Which of the following are false about convolutional neural networks?
76. Overfitting problems can be avoided through dataset expansion. Which of the following statements is true about dataset expansion?
77. Which of the following functions can be used to alleviate the vanishing gradient problem?
78. Which of the following is the shape of tensor [[[0,1],[2,3]],[[4,5],[6,7]]]?
79. Which of the following statements about the running process of the MindArmour subsystem is false?
80. Which of the following is NOT a complexity feature of AI computing?
81. On-device execution refers to the execution of the entire graph. It makes full use of the computing power of the Ascend AI Processor, greatly reducing the interaction overhead and improving the accelerator usage. Which of the following is false about on-device execution?
82. Which of the following statements about the Da Vinci architecture is incorrect?
83. Which of the following statements about the L1 buffer is true?
84. In Huawei Cloud EI, which of the following is a one-stop AI development platform that supports large-volume data preprocessing, semi-automated data labeling, distributed training, automated model building, and on-demand model deployment across the device, edge, and cloud for machine learning and deep learning; and helps AI developers quickly build and deploy models and efficiently manage the AI development lifecycle?
85. Which of the following statements about some of the subfields of AI are true?
86. Which of the following are topics of speech processing research?
87. Which of the following statements about some of AI use case are true?
88. Which of the following statements about datasets are true?
89. Which of the following statements about data preprocessing are true?
90. Which of the following statements are true about model parameters and hyperparameters?
91. Which of the following are common kernel functions used by support vector machines?
92. Which of the following statements are true about the advantages of the Rectified Linear Unit (ReLU) activation function?
93. Which of the following are common activation functions of neural networks?
94. Which of the following are activation functions of deep learning algorithms?
95. Which of the following statements are true about commonly used optimizers?
96. Which of the following comprise the Adam optimizer?
97. Which of the following are characteristics of eager execution in TensorFlow 2.x?
98. Which of the following are activation function operators in MindSpore?
99. Which of the following network model formats can be used to save training parameters and network models?
100. Which of the following hardware supports MindSpore training?
101. In a neural network based on connectionism, each node can express a specific meaning.
102. As the cornerstone of Huawei's full-stack, all-scenario AI solution, Atlas provides modules, boards, and servers powered by the Ascend AI processor to meet customer demand for computing power in all scenarios.
103. ModelArts is a one-stop development platform for AI developers. With large-volume data preprocessing, semi-automated data labeling, distributed training, automated model building, and on-demand model deployment across the device, edge, and cloud, ModelArts helps AI developers quickly build and deploy models and efficiently manage the AI development lifecycle.
104. In terms of ensuring data privacy and security, the federated learning technology uses different data sources to train models, overcoming the data bottleneck as a result.
105. Softmax regression is a generalization of logistic regression and applies only to binary classification.
106. Lasso regression is a type of linear regression in which an absolute loss compensation term is added to the loss function.
107. Assuming a dataset contains the areas and prices of 21,613 housing units in a city, you can use a classification model to predict the prices of other housing units in the city.
108. The tanh function can effectively solve the vanishing gradient problem.
109. Dropout can only be used in neural networks to avoid overfitting.
110. L1 regularization is referred to as weight decay.
111. When mindspore.nn.MaxPool2d is used to build a 2D maximum pooling layer, the received data format is [Height, Width, Channel, Quantity] by default.
112. The vision and value of MindSpore is to lower the AI development threshold, and unleash the computing power of Ascend AI Processors, and empower inclusive AI.
113. The MindInsight subsystem of MindSpore discovers model lineage and compares training results through the collected information about training hyperparameters, datasets, and data augmentation.
114. MindSpore can be quickly deployed on the cloud, edge, and mobile phone, improving resource utilization and privacy protection and enabling developers to focus on developing AI apps.
115. Products of Atlas series cover training and inference scenarios, including servers, edge computing devices, and acceleration modules.
116. Huawei Cloud EI provides intelligent twins, AI development platforms, and general AI capabilities.
117. The HMS Core supports HarmonyOS and Android, but does not support Windows.
118. Compared with CPUs and GPUs, NPUs use synapse weights to integrate storage and compute, improving operating efficiency.
119. The primary purpose of (a) is to remove unimportant weights from the weight matrix and fine-tune the network again.
120. The k value in the k-nearest neighbors (k-NN) algorithm is manually set. It is a/an (a) of a model. (Enter "parameter" or "hyperparameter".)
121. In the CART algorithm, the classification tree measures the purity mainly through the () coefficient.
(a)
122. The feature interpretability in deep learning is (a) than in traditional machine learning. (Enter "stronger" or "weaker".)
123. CNN is an abbreviation for (a)
124. Among the MindSpore's Python APIs, mindspore. (a) defines loss functions, optimizers, and computing units for constructing networks.
