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

New Release H13-311_V3.5 HCIA-AI Questions

HCIA-AI V3.5 Exam Questions and Answers

Question 13

An algorithm of unsupervised learning classifies samples in a dataset into several categories. Samples belonging to the same category have high similarity.

Options:

A.

TRUE

B.

FALSE

Question 14

In MindSpore, the basic unit of the neural network is nn.Cell.

Options:

A.

TRUE

B.

FALSE

Question 15

Which of the following are common gradient descent methods?

Options:

A.

Batch gradient descent (BGD)

B.

Mini-batch gradient descent (MBGD)

C.

Multi-dimensional gradient descent (MDGD)

D.

Stochastic gradient descent (SGD)

Question 16

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?

Options:

A.

pad

B.

same

C.

valid

D.

nopadding