Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

The global gradient descent, stochastic gradient descent, and batch gradient descent algorithms are gradient descent algorithms. Which of the following is true about these algorithms?

A.

The batch gradient algorithm can solve the problem of local minimum value.

B.

The global gradient algorithm can find the minimum value of the loss function.

C.

The stochastic gradient algorithm can find the minimum value of the loss function.

D.

The convergence process of the global gradient algorithm is time-consuming.

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

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

Which of the following is the activation function used in the hidden layers of the standard recurrent neural network (RNN) structure?

A.

ReLU

B.

Softmax

C.

Tanh

D.

Sigmoid

Which of the following are subfields of AI?

A.

Backpropagation algorithm

B.

Expert system

C.

Smart finance

D.

Computer vision

Which of the following statements about datasets are true?

A.

Testing refers to a process that uses a trained model for prediction. The dataset, which is used for testing, is called a testing set, and each sample is called a test sample.

B.

A dataset generally has multiple dimensions. In each dimension, events or attributes that reflect the performance or nature of a sample in a particular aspect are called features.

C.

In machine learning, a dataset is generally divided into a training set, validation set, and test set.

D.

When it comes to the machine learning process, the validation set and the test set are essentially the same.

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

A.

6

B.

3

C.

2

D.

4

Which of the following does not belong to the process for constructing a knowledge graph?

A.

Determining the target domain of the knowledge graph

B.

Data acquisition

C.

Creating new concepts

D.

Knowledge fusion

Which of the following statements are true about the k-nearest neighbors (k-NN) algorithm?

A.

k-NN typically uses the mean value method to predict regression.

B.

k-NN typically uses the majority voting method to predict classification.

C.

k-NN is a parametric method often used for datasets with regular decision boundaries.

D.

The k-NN algorithm determines which class an object belongs to based on the class to which most of the object's k nearest neighbors belong.