H13-311 V3.0.
H13-311 V3.0.
Huawei
H13-311_V3.0 Exam
HCIA-AI V3.0
https://www.study4exam.com
Questions & Answers PDF P-2
Question: 1
What is the correct description about the Python program? (Multiple Choice)
Answer: A, B, C, D
Question: 2
Which of the following neural network structures will share weights? (Multiple Choice)
Answer: A, B
Question: 3
In which year did Huawei formally provide services as a cloud service, and cooperate with more
partners to provide richer artificial intelligence practices?
A. 2002
B. 2013
C. 2015
D. 2017
Answer: D
Question: 4
https://www.study4exam.com
Questions & Answers PDF P-3
TensorFlow supports multi-TPU cluster computing. Correct 5. What is the description about the deep
feedforward network?
Answer: A
Question: 5
A. the difference between lists and tuples is that the elements of tuples cannot be modified
B. square brackets are used for lists, and parentheses are used for tuples
C. the creation of the tuple is very simple, just add the element in the brackets, and use commas to
separate
D. when the tuple contains only one element, you need to add a comma after the element
Answer: A, B, C, D
Question: 6
The matrix generated by exchanging rows and columns of matrix A is called transpose of
A. What are the correct properties of matrix transpose?
A. ((AT) T) = A
B. (A+B) T = A T + B T
C. (AA) T - AA T
D. (AB) T = A T B T
Answer: A, B, C
Question: 7
Which of the following options is not the central content of linear algebra?
A. probability theory
B. linear transformation
C. matrix theory
D. vector space
Answer: A
Question: 8
https://www.study4exam.com
Questions & Answers PDF P-4
The functions commonly used in mathematical operations in Python are basically in the math and
cmath modules.
A. True
B. False
Answer: A
Question: 9
A. True
B. False
Answer: B
Question: 10
What is the correct description of the row number and column number of the determinant?
Answer: B
Question: 11
What are the service categories included in Huawei Cloud EI Enterprise Intelligence?
A. EI visual cognition
B. EI online game
C. EI speech semantic
D. EI industry scenario
Answer: A, C, D
Question: 12
What are the quotation marks that can be used in the Python language?
A. single quote
B. double quote
C. triple quote
https://www.study4exam.com
Questions & Answers PDF P-5
D. quad quote
Answer: A, B, C
Question: 13
A. True
B. False
Answer: B
Question: 14
A. grid
B. calculation graph
C. dot product
D. tensor
Answer: B, D
Question: 15
A. CNTK
B. Keras
C. BAFA
D. MXNet
Answer: C
Question: 16
A. voice recognition
B. face recognition
C. image style change
D. automatic driving
Answer: A, B, C, D
https://www.study4exam.com
Questions & Answers PDF P-6
Question: 17
A. print
B. Unicode
C. import
D. xrange
Answer: C
Question: 18
Python is a completely object-oriented language. Which of the following options are Python objects?
A. function
B. module
C. number
D. string
Answer: A, B, C, D
Question: 19
Answer: A, B, C, D
Question: 20
Answer: D
https://www.study4exam.com
Questions & Answers PDF P-7
Question: 21
PEP 8 stipulates how many spaces are needed to indent the first line of Python?
A. 1
B. 2
C. 4
D. 8
Answer: C
Question: 22
Which of the following environments does not support the installation of TensorFlow?
A. Linux
B. Mac OS
C. Docker
D. OpenStack
Answer: D
Question: 23
Deep learning algorithms can be divided into supervised learning and unsupervised learning.
A. True
B. False
Answer: B
Question: 24
Artificial intelligence is a new technical science that studies and develops theories, methods, and
application systems for simulating, extending, and expanding human intelligence. It is one of the
core research areas of machine
learning.
A. True
B. False
Answer: A
Question: 25
https://www.study4exam.com
Questions & Answers PDF P-8
A. calculation graph
B. tensor
C. session
D. variable
Answer: A
Question: 26
The history of robots is not long. In 1959, the United States Engelberg and Dvor made the first
generation of industrial robots in the world. The history of robots really began. According to the
development process of robots, it is
Answer: A, B, D
Question: 27
Answer: D
Question: 28
Principal Component Analysis (PCA) is a statistical method. Through orthogonal transformation, a set
of variables that may have correlation is converted into a set of linearly related variables. The
converted set of variables is called
A. True
B. False
https://www.study4exam.com
Questions & Answers PDF P-9
Answer: B
Question: 29
A. self-encoder
B. convolutional neural network
C. recurrent neural network
D. support vector machine
Answer: D
Question: 30
A. simple
B. free
C. high-level language
D. rich library
Answer: A, B, C, D
Question: 31
What is the correct description of the relationship between frequency and probability?
Answer: D
Question: 32
What conditions must be met for m rows and n columns of matrix A and p rows and q columns of
matrix B to be multiplied?
A. m=p, n=q
B. n=p
C. m=n
D. p=q
https://www.study4exam.com
Questions & Answers PDF
P-10
P-
Answer: B
Question: 33
Training error will reduce the accuracy of the model, resulting in under-fitting, how to improve the
model fit at this time?
Answer: A, B, D
Question: 34
A. hyperparameters are the parameters set before the algorithm starts learning
B. most machine learning algorithms have hyperparameters
C. hyperparameters cannot be modified
D. a lot of values of hyperparameters are learned through the algorithm itself
Answer: C
Question: 35
Python lists can be identified by "[]", and the default index of the first element from left to right is 1.
A. True
B. False
Answer: B
Question: 36
A. Python has added the re regular expression module since version 1.5
B. re regular expression module makes the Python language have all the regular expression functions
C. re regular expression is a powerful tool for processing strings
D. re regular expression can only handle string data, not numeric data
Answer: D
https://www.study4exam.com
Questions & Answers PDF
P-11
P-
Question: 37
A. algorithm
B. computing power
C. data
D. scene
Answer: A, B, C, D
Question: 38
Recurrent neural networks are more suitable for processing image recognition problems.
A. True
B. False
Answer: B
Question: 39
A. VGGNet
B. ResNet
C. AlexNet
D. GoogleNet
Answer: A, B, C, D
Question: 40
Timestamps in the Python language are expressed in terms of how long (seconds) elapsed from
midnight (epoch) on January 1, 1970.
A. True
B. False
Answer: A
Question: 41
Linear algebra is a branch of algebra that deals mainly with linear problems. The linear relationship is
https://www.study4exam.com
Questions & Answers PDF
P-12
P-
that the relationship between the exponential objects is expressed in the form of times.
A. 1
B. 2
C. 3
D. 4
Answer: A
Question: 42
A. CNN
B. ZNN
C. RNN
D. HUT
Answer: A, B, C, D
Question: 43
A. explanatory
B. process-oriented
C. object-oriented
D. dynamic data type
Answer: A, C, D
Question: 44
There are many business applications of machine learning services. What are the common
businesses covered?
Answer: A, B, C, D
Question: 45
https://www.study4exam.com
Questions & Answers PDF
P-13
P-
A. grid search
B. stochastic gradient descent
C. random search
D. model-based hyperparameter optimization
Answer: C
Question: 46
A. True
B. False
Answer: A
Question: 47
A. invented by the Dutch Guido van Rossum in 1989, the first public release was released in 1991
B. Python is purely free software, the source code follows the GPL (GNU General Public License)
agreement
C. Python syntax is concise and clear, One of the features is to force the use of white space characters
as indentation
D. Python is often nicknamed the glue language, which can easily connect various modules made in
other languages.
Answer: A, B, C, D
Question: 48
Answer: C
Question: 49
https://www.study4exam.com
Questions & Answers PDF
P-14
P-
Answer: A
Question: 50
A. the created function starts with the def keyword, followed by the function name and parentheses
B. parameters need to be placed in parentheses
C. the content of the function starts with a colon and needs to be indented by
D. use return to return the result, and the function ends
Answer: A, B, C
Question: 51
Answer: A, B, C, D
Question: 52
A. int8
B. float32
C. double64
D. bool
Answer: C
Question: 53
What are the following conditions that random trials need to meet?
https://www.study4exam.com
Questions & Answers PDF
P-15
P-
clarified in advance.
C. all results of the test cannot be clarified in advance.
D. It is not possible to determine which result will appear before conducting an experiment
Answer: A, B, D
Question: 54
Which of the following are solutions for Huawei Cloud EI industry scenarios?
A. Intelligent Logistics
B. Intelligent Water Affairs
C. Intelligent Transportation
D. Intelligent Finance
E. Intelligent Manufacturing
Answer: A, B, C, D, E
Question: 55
Python language can use "#" at the beginning of a single line of code for code comments.
A. True
B. False
Answer: A
Question: 56
Which of the following conditions is not a condition to be satisfied by the n-fold Bernoulli test?
Answer: C
Question: 57
Which of the following functions can numerically stabilize overflow and underflow?
A. Softminux function
B. Softplus function
C. Softmax function
D. Softmin function
https://www.study4exam.com
Questions & Answers PDF
P-16
P-
Answer: C
Question: 58
Answer: C
Question: 59
The number of rows and columns of the three matrices A, B, and C are 3 rows, 2 columns, 2 rows, 3
columns, and 3 rows, 3 columns. Which of the following operations makes sense?
A. AC
B. BC
C. A+B
D. AB=BC
Answer: B
Question: 60
Python tuples are identified by "()", and internal elements are separated by ";".
A. True
B. False
Answer: B
Question: 61
The meaning of artificial intelligence was first proposed by a scientist in 1950, and at the same time
proposed a test model of machine intelligence. What is the scientist?
A. Minsky
B. Zade
C. Turing
D. Von Neumann
https://www.study4exam.com
Questions & Answers PDF
P-17
P-
Answer: C
Question: 62
Which of the following options is not how the TensorFlow program reads data?
Answer: D
Question: 63
A. True
B. False
Answer: A
Question: 64
The Python script execution model includes interactive mode and script mode.
A. True
B. False
Answer: A
Question: 65
The continue statement in the Python language is used to jump out of this loop and then continue to
execute the next round of statements.
A. True
B. False
Answer: A
Question: 66
https://www.study4exam.com
Questions & Answers PDF
P-18
P-
A. True
B. False
Answer: B
Question: 67
Answer: A, B, C, D, E
Question: 68
A. TRUE
B. 0
C. FALSE
D. null
Answer: A, C
Question: 69
A. 24
B. 18
C. -24
D. 0
Answer: D
Question: 70
https://www.study4exam.com
Questions & Answers PDF
P-19
P-
A. DOS
B. Linux
C. Mac OSX
D. Windows
Answer: A, B, C, D
Question: 71
What is the model that does not belong to the recurrent neural network?
A. RNN
B. LSTM
C. GBDT
D. GRU
Answer: C
Question: 72
A. symbolism
B. statism
C. behaviorism
D. connectionism
Answer: B
Question: 73
A. True
B. False
Answer: B
Question: 74
Which of the following options is not the reason why traditional machine learning algorithms
promote the development of deep learning?
A. dimension disaster
B. local invariance and smooth regularization
C. manifold learning
https://www.study4exam.com
Questions & Answers PDF
P-20
P-
D. feature engineering
Answer: D
Question: 75
X and Y are random variables and C is a constant. What is incorrect about the nature of mathematical
expectations in the following options?
A. E(C)=C
B. E(X+Y)=E(X)+E(Y)
C. E(CX)=CE(X)
D. E(XY)=E(X)E(Y )
Answer: D
Question: 76
Python regular expressions are a special sequence of characters that can easily check whether a
string matches a certain pattern.
A. True
B. False
Answer: A
Question: 77
A. the difference between lists and tuples is that the elements of tuples cannot be modified
B. square brackets are used for lists, and parentheses are used for tuples
C. the creation of the tuple is very simple, just add the element in the brackets, and use commas to
separate
D. when the tuple contains only one element, you need to add a comma after the element
Answer: A, B, C, D
Question: 78
A. True
B. False
https://www.study4exam.com
Questions & Answers PDF
P-21
P-
Answer: B
Question: 79
Answer: A, B, C, D, E
Question: 80
The factors that promote the development of artificial intelligence do not include?
A. big data
B. computing power
C. algorithm theory
D. blockchain
Answer: D
Question: 81
A. True
B. False
Answer: A
Question: 82
What is wrong about the relationship between neural networks and deep learning?
A. The concept of deep learning stems from the study of artificial neural networks
B. a neural network algorithm with multiple hidden layers is a deep learning algorithm
C. and a single-layer neural network is also a kind of deep learning
D. convolutional neural network is a type of deep learning
Answer: C
https://www.study4exam.com
Questions & Answers PDF
P-22
P-
Question: 83
A. legibility
B. conciseness
C. fastness
D. scalability
Answer: A, B, C, D
Question: 84
According to the definition of information entropy, what is the information entropy of tossing a
uniform coin?
A. 0
B. 0.5
C. 1
D. -1
Answer: C
Question: 85
X and Y are random variables, and C is a constant. What is wrong about the nature of variance in the
following options?
A. D(C)=0
B. D(X+Y)=D(X)+D(Y)
C. D(CX)=C*C*D(X)
D. D(XY)=D( X)D(Y)
Answer: B, D
Question: 86
Convolutional neural networks are more suitable for handling speech recognition problems.
A. True
B. False
Answer: B
Question: 87
https://www.study4exam.com
Questions & Answers PDF
P-23
P-
A. Automatic Intelligence
B. Artifical Intelligence
C. Automatic Information
D. Artifical Information
Answer: B
Question: 88
Answer: D
Question: 89
Among the following options, what is the philosophy of Python language design?
A. Beautiful
B. Expensive
C. Explicit
D. Simple
Answer: A, C, D
Question: 90
A. tensor
B. variable
C. placeholder
D. operation
E. conversation
Answer: A, B, C, D, E
Question: 91
https://www.study4exam.com
Questions & Answers PDF
P-24
P-
A. True
B. False
Answer: A
Question: 92
Answer: A, B, C
Question: 93
A. DistBelief
B. PaleyFunction
C. ConvexOne
D. Infinity
Answer: A
Question: 94
A. True
B. False
Answer: A
Question: 95
Which of the following are cloud services provided by Huawei Cloud EI Visual Cognition?
A. text recognition
B. face recognition
C. image recognition
https://www.study4exam.com
Questions & Answers PDF
P-25
P-
D. content detection
E. image processing
Answer: A, B, C, D, E
Question: 96
Numerical calculation: Refers to the method and process of using digital computers to find
approximate solutions to mathematical problems, as well as disciplines composed of related
theories. Which of the following processes are
Answer: A, B, C, D, E
Question: 97
Which of the following options can improve the calculation efficiency of the neural network model?
A. TPU
B. GPU
C. FPGA
D. large-scale distributed cluster
Answer: A, B, C, D
Question: 98
the trace operation returns the sum of the diagonal elements of the matrix. Therefore, the traces of
matrix A and its transposed matrix are equal.
A. True
B. False
Answer: A
Question: 99
https://www.study4exam.com
Questions & Answers PDF
P-26
P-
A. machine translation
B. speech recognition
C. image style transfer
D. text generation
Answer: C
Question: 100
Machine learning service is a data mining and analysis platform service that helps users quickly
discover data laws and build predictive models through machine learning technology, and deploy
them as predictive analysis solutions.
A. True
B. False
Answer: A
Question: 101
A. arithmetic operator
B. inference operator
C. logical operator
D. comparison operator
Answer: B
Question: 102
When was the first time that "artificial intelligence" was proposed?
A. 1946
B. 1960
C. 1916
D. 1956
Answer: D
Question: 103
The Python language can use multiple statements on the same line, separated by commas ",".
A. True
B. False
https://www.study4exam.com
Questions & Answers PDF
P-27
P-
Answer: B
Question: 104
A. open source
B. convenient
C. mature
D. flexible
Answer: A, B, C, D
Question: 105
GAN is a deep learning model and one of the most promising methods for unsupervised learning on
complex distributions in recent years.
A. True
B. False
Answer: A
Question: 106
HUAWEI CLOUD EI builds an enterprise intelligent business based on the three-tier service, which of
the following options does not belong to the three-tier service.
Answer: D
Question: 107
The correlation coefficient is also called the linear correlation coefficient, which is used to measure
the linear relationship between two variables, and its value is a real number greater than 0.
A. True
B. False
Answer: B
https://www.study4exam.com
Questions & Answers PDF
P-28
P-
Question: 108
compared to recurrent neural networks, convolutional neural networks are more suitable for image
recognition problems.
A. True
B. False
Answer: A
Question: 109
What are the steps that do not belong to the operation of Python file objects?
A. open
B. delete
C. read
D. write
Answer: B
Question: 110
In May 1997, the famous "Human Machine Battle" final computer defeated the world chess king
Kasparov with a total score of 3.5 to 2.5. This computer is called?
A. dark blue
B. dark green
C. deep thinking
D. blue sky
Answer: A
Question: 111
A. number (number)
B. string (string)
C. list (list)
D. tuple (tuple)
E. dictionary (dictionary)
Answer: A, B, C, D, E
https://www.study4exam.com
Questions & Answers PDF
P-29
P-
Question: 112
A. True
B. False
Answer: B
Question: 113
Information theory is a branch of applied mathematics, the main research is to quantify how much
information a signal contains. Who first proposed the information entropy?
A. Minsky
B. Turing
C. Simon
D. Shannon
Answer: D
Question: 114
Artificial intelligence is currently more suitable for scenarios with "known environment, clear goals,
and predictable actions." Deep learning In the fields of image recognition, speech recognition,
translation, etc., artificial intelligence
basically has human recognition capabilities, and even surpasses humans. Based on these
capabilities, it has been applied to many scenarios, such as medical treatment and public safety. But
it is still lacking in reasoning and
cognition.
A. True
B. False
Answer: A
Question: 115
https://www.study4exam.com
Questions & Answers PDF
P-30
P-
Answer: C
Question: 116
A. memory gate
B. forget gate
C. input gate
D. output gate
Answer: A
Question: 117
A. knowledge graph
B. Machine translation
C. Riemannian geometry
D. Semantic understanding
Answer: C
Question: 118
Through deep learning, it is easy to derive simple mathematical functions from a large amount of
high-dimensional data to describe complex decision interfaces.
A. True
B. False
Answer: A
Question: 119
the for loop statement in the Python language can traverse the items in any sequence.
A. True
B. False
Answer: A
Question: 120
https://www.study4exam.com
Questions & Answers PDF
P-31
P-
A. True
B. False
Answer: A
Question: 121
A. name (identification)
B. shape
C. type
D. node
Answer: D
Question: 122
A. logistic regression
B. Support Vector Machine
C. Decision Tree
D. Principal component analysis
Answer: D
Question: 123
vector group a1=(1,1,1) a2=(0,2,5) a3=(1,3,6) Which of the following options is correct?
A. linear correlation
B. linearly independent
C. a1+a2+a3=0
D. 2a1+a2+a3=0
Answer: C
Question: 124
Functions are organized, non-reusable, and are used to implement a single, or related function code
segment.
https://www.study4exam.com
Questions & Answers PDF
P-32
P-
A. True
B. False
Answer: B
Question: 125
A. True
B. False
Answer: B
Question: 126
A. True
B. False
Answer: A
Question: 127
Narrowing the gap between training error and test error will produce overfitting, how to prevent
overfitting?
A. cross-validation
B. Integration method
C. Increase regularization
D. Feature engineering
Answer: A, B
Question: 128
Answer: C
https://www.study4exam.com
Questions & Answers PDF
P-33
P-
Question: 129
The author of Python deliberately designed a very restrictive syntax, so that bad programming habits
(such as if the next line of the if statement is not indented to the right) cannot be compiled.
A. True
B. False
Answer: B
Question: 130
In a large-scale relationship analysis scenario, which of the following options does not belong to the
three high demands of massive relationship processing?
Answer: A
Question: 131
A. tf.nn
B. tf.layers
C. tf.boost
D. tf.contrib
Answer: C
Question: 132
A. import time
B. from time import*
C. import time as t
D. from time
Answer: D
https://www.study4exam.com
Questions & Answers PDF
P-34
P-
Question: 133
Answer: A, C
Question: 134
Huawei firmly believes that the value of AI is ultimately reflected in solving the actual business
problems of enterprises. Therefore, in the development of AI technology, Huawei firmly relies on
domain solutions as the traction and focuses.
A. True
B. False
Answer: A
Question: 135
A. sigmod
B. tainh
C. relu
D. danish
Answer: A, B, C
Question: 136
A. Multiplying any matrix with the identity matrix will not change
B. The symmetric matrix A is transposed or A itself
C. The orthogonal matrix A's transpose is equal to the inverse of A
D. diagonal matrix does not exist inverse matrix
Answer: D
Question: 137
https://www.study4exam.com
Questions & Answers PDF
P-35
P-
A. The learning process of the backpropagation algorithm consists of the forward propagation
process and the back propagation process
B. Back propagation algorithm is suitable for a learning algorithm of multi-layer neural network,
which is based on the gradient descent method
C. Back-propagation stage sends training input to the network to obtain stimulus response
D. Backpropagation algorithm mainly consists of two links (incentive propagation, weight update)
iteratively iterate until the target range of the network's response to the input
Answer: C
Question: 138
A and B can only be added if the number of rows and columns of matrix A and matrix B are the same.
A. True
B. False
Answer: A
Question: 139
In a neural network, knowing the weight and deviation 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?
Answer: C
Question: 140
What is wrong about the image recognition cloud server in the following options?
A. service can identify specific objects such as skyscrapers, buildings and ships
B. service can also identify scenes such as sea, city and port
C. service can perform semantic analysis on the content in the picture to extract specific abstract tags
D. service can provide object and scene labels, and can also provide more concept labels
https://www.study4exam.com
Questions & Answers PDF
P-36
P-
Answer: D
Question: 141
A. random number
B. constant
C. is calculated from the initial values of other variables
D. null
Answer: D
Question: 142
The matrix generated by exchanging rows and columns of matrix A is called transpose of
A. What are the correct properties of matrix transpose? (ABC)
A. matrix A The transpose of the transpose is still A itself
B. The transpose of the sum of matrix A and matrix B is equal to the transpose of A plus the
transpose of B
C. The transpose of a number times the product of A equals the transpose of this number times A
D. The transpose of the product of matrix A and matrix B is equal to the transpose of matrix A times
the transpose of matrix B
Answer: A, B, C
Question: 143
A. True
B. False
Answer: A
Question: 144
The following statements about overflow and underflow in numerical calculations are correct?
https://www.study4exam.com
Questions & Answers PDF
P-37
P-
Answer: A, C
Question: 145
The correlation coefficient is also called the linear correlation coefficient, which is used to measure
the linear relationship between two variables, and its value is a real number greater than 0.
A. True
B. False
Answer: B
Question: 146
Answer: B
Question: 147
A. Expert system
B. Machine learning
C. Neural network
D. Natural language processing
Answer: B
Question: 148
A. True
B. False
https://www.study4exam.com
Questions & Answers PDF
P-38
P-
Answer: A
Question: 149
The components of the Python identifier include: numbers, letters, and underscores.
A. True
B. False
Answer: A
Question: 150
A. Artificial Intelligence
B. Web development
C. game development
D. Hardware development
Answer: A, B, C
Question: 151
A. inherits
B. overloads
C. derived
D. Multiple inheritance
Answer: A, C, D
Question: 152
A. stand-alone mode
B. distributed mode
C. reverse mode
D. Forward mode
Answer: C, D
https://www.study4exam.com
Questions & Answers PDF
P-39
P-
Question: 153
A. L1 norm L2 norm
B. data set enhancement
C. integration method
D. Dropout
Answer: A, C, D
Question: 154
As shown in the figure below, which of the following options are the eigenvalues of matrix A?
A. 2
B. -2
C. -4
D. 4
Answer: A, D
Question: 155
A. True
B. False
Answer: B
Question: 156
Which of the following options correctly describes the relationship between the Poisson distribution
and the binomial distribution?
A. The mathematical model of Poisson distribution and Binomial distribution are both Lagrangian
probability
B. Poisson distribution and binomial distribution when n is very large and p is very small
C. Poisson distribution is not related to the binomial distribution
D. Poisson distribution can replace binomial distribution
https://www.study4exam.com
Questions & Answers PDF
P-40
P-
Answer: B
Question: 157
A. linearly related
B. linearly independent
C. a1+a2+a3=0
D. 2a1+a2+a3=0
Answer: C, D
Question: 158
A. lambda is just an expression, the function body is much simpler than def
B. The body of lambda can be an expression or a code block
C. lambda function can access parameters in the global namespace
D. lambda function only accepts one parameter value
Answer: B
Question: 159
What is not a function of the re regular expression module in the Python language?
A. search search
B. match match
C. update update
D. compile complie
Answer: C
Question: 160
The Python dictionary is identified by "{}", and the internal data consists of the key and its
corresponding value.
A. True
B. False
Answer: A
https://www.study4exam.com
Questions & Answers PDF
P-41
P-
Question: 161
Which option does the convolutional neural network structure not include?
A. convolutional layer
B. pooling layer
C. circulation layer
D. fully connected layer
Answer: C
Question: 162
A. symbolism
B. connectionism
C. behaviorism
D. neither
Answer: C
Question: 163
What is incorrect about the following description of the distribution function, distribution law, and
density function of random variables?
A. The distribution law can only describe the law of the value of discrete random variables
B. the density function can only describe the value of continuous random variables
C. discrete random variables have no distribution function
D. distribution function describes the law of random variables
Answer: C
Question: 164
Answer: B, C, D
https://www.study4exam.com
Questions & Answers PDF
P-42
P-
Question: 165
According to the constraints, optimization problems can be divided into the following categories?
A. equality constraints
B. inequality constraint
C. unconstrained condition
D. semi-constrained condition
Answer: A, B
Question: 166
The Python language does not allow another loop body to be embedded within a loop.
A. True
B. False
Answer: B
Question: 167
Which of the following options is not the session mode used by TensorFlow?
Answer: D
https://www.study4exam.com
Questions & Answers PDF
P-43
P-
https://www.study4exam.com/H13-311_V3.0.html
https://www.study4exam.com