Black Friday Special Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

Nesterov is a variant of the momentum optimizer.

A.

TRUE

B.

FALSE

Full Access
Question # 5

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 # 6

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 # 7

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 # 8

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

A.

TRUE

B.

FALSE

Full Access
Question # 9

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

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.

Full Access
Question # 10

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

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.

Full Access
Question # 11

Which of the following are subfields of AI?

A.

Backpropagation algorithm

B.

Expert system

C.

Smart finance

D.

Computer vision

Full Access
Question # 12

The core of the MindSpore training data processing engine is to efficiently and flexibly convert training samples (datasets) to MindRecord and provide them to the training network for training.

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

Google proposed the concept of knowledge graph and took the lead in applying knowledge graphs to search engines in 2012, successfully improving users' search quality and experience.

A.

TRUE

B.

FALSE

Full Access
Question # 15

The concept of "artificial intelligence" was first proposed in the year of:

A.

1950

B.

1956

C.

1960

D.

1965

Full Access
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?

A.

pad

B.

same

C.

valid

D.

nopadding

Full Access
Question # 17

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

A.

TRUE

B.

FALSE

Full Access
Question # 18

AI chips, also called AI accelerators, optimize matrix multiplication.

A.

TRUE

B.

FALSE

Full Access