Halloween Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

HCIA-AI H13-311_V3.5 Book

HCIA-AI V3.5 Exam Questions and Answers

Question 5

All kernels of the same convolutional layer in a convolutional neural network share a weight.

Options:

A.

TRUE

B.

FALSE

Question 6

Which of the following are subfields of AI?

Options:

A.

Backpropagation algorithm

B.

Expert system

C.

Smart finance

D.

Computer vision

Question 7

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

Options:

A.

2

B.

mindspore.int32

C.

4

D.

(2,2)

Question 8

Sigmoid, tanh, and softsign activation functions cannot avoid vanishing gradient problems when the network is deep.

Options:

A.

TRUE

B.

FALSE