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

Huawei H13-311_V3.5 Dumps

HCIA-AI V3.5 Exam Questions and Answers

Question 1

Huawei Cloud EI provides knowledge graph, OCR, machine translation, and the Celia (virtual assistant) development platform.

Options:

A.

TRUE

B.

FALSE

Buy Now
Question 2

Which of the following is NOT a key feature that enables all-scenario deployment and collaboration for MindSpore?

Options:

A.

Data and computing graphs are transmitted to Ascend AI Processors.

B.

Federal meta-learning enables real-time, coordinated model updates between different devices, and across the device and cloud.

C.

Unified model IR delivers a consistent deployment experience.

D.

Graph optimization based on a software-hardware synergy shields the differences between scenarios.

Question 3

What are the application scenarios of computer vision?

Options:

A.

Video action analysis

B.

Image search

C.

Smart albums

D.

Voice navigation

Question 4

Which of the following is the order of tensor [[0,1],[2,3]]?

Options:

A.

6

B.

3

C.

2

D.

4

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

Question 9

Which of the following are feedforward neural networks?

Options:

A.

Fully-connected neural networks

B.

Recurrent neural networks

C.

Boltzmann machines

D.

Convolutional neural networks

Question 10

"AI application fields include only computer vision and speech processing." Which of the following is true about this statement?

Options:

A.

This statement is false. The application fields of AI include computer vision, speech processing, natural language processing, and others.

B.

This statement is false. AI application fields include only computer vision and natural language processing.

C.

This statement is true. Voice data is processed with extremely high accuracy.

D.

This statement is true. Computer vision is the most important AI application.

Question 11

Which of the following statements is false about the debugging and application of a regression model?

Options:

A.

If the model does not meet expectations, you need to use data cleansing and feature engineering.

B.

After model training is complete, you need to use the test dataset to evaluate your model so that its generalization capability meets expectations.

C.

If overfitting occurs, you can add a regularization term to the Lasso or ridge regression and adjust hyperparameters.

D.

If underfitting occurs, you can use a more complex regression model, for example, logistic regression.

Question 12

When using the following code to construct a neural network, MindSpore can inherit the Cell class and rewrite the __init__ and construct methods.

Options:

A.

TRUE

B.

FALSE

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

Question 17

Which of the following are use cases of generative adversarial networks?

Options:

A.

Photo repair

B.

Generating face images

C.

Generating a 3D model from a 2D image

D.

Generating images from text

Question 18

In machine learning, which of the following inputs is required for model training and prediction?

Options:

A.

Neural network

B.

Historical data

C.

Training algorithm

D.

Manual program