New Year Special Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: scxmas70

H13-311_V3.5 Exam Dumps - HCIA-AI V3.5 Exam

Go to page:
Question # 9

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?

A.

pad

B.

same

C.

valid

D.

nopadding

Full Access
Question # 10

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

A.

TRUE

B.

FALSE

Full Access
Question # 11

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

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.

Full Access
Question # 12

In a hyperparameter-based search, the hyperparameters of a model are searched based on the data on and the model's performance metrics.

A.

TRUE

B.

FALSE

Full Access
Question # 13

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)

A.

[[1 1]

     [1 1]]

B.

[[1. 1.]

     [1. 1.]]

C.

1

D.

[[1. 1.

     1. 1.]]

Full Access
Question # 14

Which of the following are feedforward neural networks?

A.

Fully-connected neural networks

B.

Recurrent neural networks

C.

Boltzmann machines

D.

Convolutional neural networks

Full Access
Question # 15

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

A.

TRUE

B.

FALSE

Full Access
Question # 16

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

A.

TRUE

B.

FALSE

Full Access
Go to page: