Black Friday Biggest Discount Flat 70% Offer - Ends in 0d 00h 00m 00s - Coupon code: 70diswrap

Huawei H13-311_V3.5 Dumps

HCIA-AI V3.5 Exam Questions and Answers

Question 1

"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 2

Which of the following activation functions may cause the vanishing gradient problem?

Options:

A.

Softplus

B.

ReLU

C.

Sigmoid

D.

Tanh

Question 3

HarmonyOS can provide AI capabilities for external systems only through the integrated HMS Core.

Options:

A.

TRUE

B.

FALSE

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

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

Question 6

Which of the following are covered by Huawei Cloud EIHealth?

Options:

A.

Drug R&D

B.

Clinical research

C.

Diagnosis and treatment

D.

Genome analysis

Question 7

Which of the following statements are true about decision trees?

Options:

A.

The common decision tree algorithms include ID3, C4.5, and CART.

B.

Quantitative indicators of purity can only be obtained by using information entropy.

C.

Building a decision tree means selecting feature attributes and determining their tree structure.

D.

A key step to building a decision tree involves dividing all feature attributes and comparing the purity of the division's result sets.

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

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 10

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 11

When you use MindSpore to execute the following code, which of the following is the output?

from mindspore import ops

import mindspore

shape = (2, 2)

ones = ops.Ones()

output = ones(shape, dtype=mindspore.float32)

print(output)

Options:

A.

[[1 1]

     [1 1]]

B.

[[1. 1.]

     [1. 1.]]

C.

1

D.

[[1. 1.

     1. 1.]]

Question 12

Single-layer perceptrons and logistic regression are linear classifiers that can only process linearly separable data.

Options:

A.

TRUE

B.

FALSE

Question 13

Convolutional neural networks (CNNs) cannot be used to process text data.

Options:

A.

TRUE

B.

FALSE

Question 14

Nesterov is a variant of the momentum optimizer.

Options:

A.

TRUE

B.

FALSE

Question 15

In a fully-connected structure, a hidden layer with 1000 neurons is used to process an image with the resolution of 100 x 100. Which of the following is the correct number of parameters?

Options:

A.

100,000

B.

10,000

C.

1,000,000

D.

10,000,000

Question 16

Match the input and output of a generative adversarial network (GAN).

as

Options:

Question 17

Which of the following functions are provided by the nn module of MindSpore?

Options:

A.

Hyperparameter search modes such as GridSearch and RandomSearch

B.

Model evaluation indicators such as F1 Score and AUC

C.

Optimizers such as Momentum and Adam

D.

Loss functions such as MSELoss and SoftmaxCrossEntropyWithLogits

Question 18

Which of the following statements is false about feedforward neural networks?

Options:

A.

A unidirectional multi-layer structure is adopted. Each layer includes several neurons, and those in the same layer are not connected to each other. Only unidirectional inter-layer information transmission is supported.

B.

Nodes at each hidden layer represent neurons that provide the computing function.

C.

Input nodes do not provide the computing function and are used to represent only the element values of an input vector.

D.

Each neuron is connected to all neurons at the previous layer.

Page: 1 / 6
Total 60 questions