Huawei HCIA-AI (Huawei Certified ICT Associate-Artificial Intelligence) - H13-311-ENU Exam Practice Test
Which of the following descriptions about Python program are correct? (Multiple choice)
Correct Answer: A,B,C,D
Vote an answer
The Python dictionary is widely identified by " { } ", and the internal data consists of the key and its corresponding value.
Correct Answer: B
Vote an answer
TensorFlow is Google's first generation of proprietary machine learning systems.
Correct Answer: A
Vote an answer
The following are the description of the distribution function, distribution law, and density function of random variables, which is incorrect?
Correct Answer: D
Vote an answer
Which of the following functions can numerically stabilize overflow and underflow?
Correct Answer: C
Vote an answer
In a neural network, knowing the weight and deviations of each neuron is the most important step. If you know the exact weights and deviations of neurons in some way, you can approximate any function.
What is the best way to achieve this?
What is the best way to achieve this?
Correct Answer: B
Vote an answer
Which of the following options is not the TensorFlow build process?
Correct Answer: D
Vote an answer
Which of the following description about the relationship between the Poisson distribution and the binomial distribution is correct?
Correct Answer: D
Vote an answer
Principal Component Analysis (PCA) is a statistical method. A set of variables that may be related to each other is transformed into a set of linearly related variables by orthogonal transformation. The converted set of variables is called the principal component.
Correct Answer: A
Vote an answer
About Python correct tuple, which is correct description? (Multiple choice)
Correct Answer: A,B,C,D
Vote an answer
Linear algebra is a branch of algebra that deals with linear problems.
The linear relationship is that the relationship between exponential objects is expressed in ( ) times form?
The linear relationship is that the relationship between exponential objects is expressed in ( ) times form?
Correct Answer: D
Vote an answer
Which of the following options is not central to linear algebra?
Correct Answer: C
Vote an answer
The correlation coefficient, also known as the linear correlation coefficient, is used to measure the linear relationship between two variables, which is a real number greater than zero.
Correct Answer: A
Vote an answer
The commonly used functions for mathematical operations in Python are basically in the math module and the cmath module.
Correct Answer: B
Vote an answer