wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HCIA-AI part 1 (1-4)

Total questions: 42

Worksheet time: 25mins

Name
Class
Date
1.

Which of the following are sub-fields of AI?

a)

Machine learning

b)

Computer Vision

c)

Speech recognition

d)

Natural language processing

2.

Voice recognition refers to recognizing audio data as text data

a)

TRUE

b)

FALSE

3.

The three stages of artificial intelligence include computational intelligence, () and cognitive intelligence.

a)

Weak artificial intelligence

b)

Perceptual Intelligence

c)

Behavioral Intelligence

d)

Strong artificial intelligence

4.

Which of the following options does not belong to the scope of Huawei's full-stack solution?

a)

Application enable

b)

Edge computing

c)

Open source framework

d)

Chip enable

5.

What are the elements of artificial intelligence?

a)

Algorithm

b)

Scene

c)

Computing power

d)

Data

6.

In the neural network based on connectionism, each node can express a specific meaning.

a)

TRUE

b)

FALSE

7.

Where is the foothold of symbolism?

a)

The foothold is in neuron networks and deep learning

b)

The foothold is in reasoning, symbolic reasoning and machine reasoning

c)

The foothold is perception and action

d)

The foothold is behavior control, adaptive and evolutionary computing.

8.

Which of the following are the application areas of AI?

a)

Wisdom Education

b)

Smart City

c)

Smart Home

d)

Smart medica

9.

Which of the following schools does neural network research belong to?

a)

Symbolism

b)

Connectionism

c)

Behaviorism

d)

None of the above

10.

What are the main technical applications of artificial intelligence?

a)

Natural language processing

b)

Control system

c)

Computer Vision

d)

Speech recognition

11.

Grid search is a method of parameter adjustment

a)

True

b)

False

12.

The current stage of artificial intelligence is still in the weak artificial intelligence stage?

a)

True

b)

False

13.

Artificial intelligence is the research and development of theories, methods and application systems for simulating, extending and expanding human intelligence Of a new technological science?

a)

True

b)

False

14.

Which of the following statements about supervised learning is correct?

a)

Decision tree is a supervised learning

b)

Supervised learning cannot use cross-validation for training

c)

Supervised learning is a rule-based algorithm

d)

Supervised learning can be trained without labels

15.

When dealing with actual problems, when should machine learning be used?

a)

The data distribution itself changes over time and requires continuous re-adaptation of the program, such as predicting the trend of merchandise sales.

b)

The complexity of the rules is low and the problem is small.

c)

The rules of the task will change over time, such as the production line. Defect detection on

d)

The rules are very complicated or cannot be described, such as face recognition and speech recognition

16.

Regularization is an important and effective technique for reducing generalization errors in traditional machine learning. The following techniques are regular The technology is:

a)

L1 regularization

b)

L2 regularization

c)

Dropout

d)

Momentum optimizer

17.

Which of the following is correct about the difference between machine learning algorithms and traditional rule-based methods?

a)

Traditional rule-based methods, in which the rules can be explicitly clarified manually

b)

Traditional rule-based methods use explicit programming to solve problems

c)

The mapping relationship of the model in machine learning is automatically learned

d)

The mapping relationship of the model in the machine learning institute must be implicit

18.

When we describe housing, we often use the attributes of residential area, house type, decoration type, etc. If we use plain With Bayes as a model, we assume that there is no relationship between attributes

a)

True

b)

False

19.

Loss function and model function are the same thing

a)

True

b)

False

20.

In polynomial regression, there is a square term in the formula of the model, so it is not linear.

a)

True

b)

False

21.

What are the common types of dirty data?

a)

Malformed value

b)

Duplicate value

c)

logically wrong value

d)

Missing values

22.

What is the most important difference between batch gradient descent, small batch gradient descent, and stochastic gradient descent?

a)

Gradient size

b)

Gradient direction

c)

Learning rate

d)

Number of samples used

23.

Which of the following evaluation indicators belong to the regression algorithm?

a)

Recall rate

b)

Confusion matrix

c)

Mean square error

d)

Accuracy

24.

In the random forest, what strategy does the final ensemble model use to determine the model result?

a)

Cumulative system

b)

Find the average

c)

Voting system

d)

Multiplying system

25.

The test error will keep getting smaller as the complexity of the model increases

a)

True

b)

False

26.

What are the common clustering algorithms?

a)

Density clustering

b)

Hierarchical clustering

c)

Spectral clustering

d)

Kmeans

27.

In supervised learning, which of the following models is used to describe "the one who is close to the red and the one who is red to the black"?

a)

K-Means

b)

SVM

c)

KNN

d)

Neural network

28.

The naive Bayes algorithm does not require independent and identical distribution among sample features

a)

True

b)

False

29.

Feedforward neural network is a simple neural network, each neuron is arranged hierarchically. It is currently one of the most widely used and fastest growing artificial neural networks. Which of the following statements about feedforward neural networks are correct:

a)

Neurons with computing power are connected to the upper and lower layers B.

b)

Its input nodes have computing capabilities

c)

Connecting neurons in the same layer

d)

Information between layers is only transmitted in one direction

30.

In the neural network, which of the following methods are used to update the parameters when training the network to minimize The loss function?

a)

Forward propagation algorithm

b)

Pooling calculation

c)

Convolution calculation

d)

Backpropagation algorithm

31.

The optimizer is an important part of training neural networks. The purpose of using the optimizer does not include which of the following:

a)

Speed up algorithm convergence

b)

Reduce the difficulty of setting manual parameters

c)

Avoid overfitting --> normalizer

d)

Avoid local extremes

32.

Can the perceptron be displayed in space?

a)

Line

b)

Plane

c)

Hyperplane

d)

Point

33.

Weight sharing is common in neural networks. Which of the following neural networks will share weights?

a)

Perceptron

b)

Convolutional Neural Network

c)

Fully connected neural network

d)

Recurrent neural network

34.

In deep learning tasks, when encountering data imbalance problems, which of the following methods can we use to solve the problem?

a)

Batch delete

b)

Random oversampling

c)

Synthetic sampling

d)

Random undersampling

35.

Regarding backpropagation, is the following statement wrong?

a)

Backpropagation can only be used in feedforward neural networks

b)

Backpropagation can be combined with gradient descent algorithm to update network weights

c)

Backpropagation will go through the activation function

d)

Back propagation refers to the back propagation of errors through the network

36.

What are the commonly used loss functions in deep learning?

a)

L1 loss function

b)

Mean square error loss function

c)

Cross entropy error loss function

37.

In the process of deep learning model training, what are the common optimizers?

a)

Adam

b)

Adagrad

c)

SGD

d)

Momentum

38.

In the classic convolutional neural network model, what hidden layer does the Softmax function follow?

a)

Convolutional layer

b)

Pooling layer

c)

Fully connected layer

d)

All of the above

39.

What is wrong about the following statement about cyclic neural network?

a)

Cycle The neural network can be expanded according to the time axis

b)

LSTM cannot solve the problem of gradient disappearance

c)

LSTM is also a recurrent neural network

d)

Recurrent neural network can be abbreviated as RNN

40.

In the deep learning network, the backpropagation algorithm is used to find the optimal parameters. What rules are used in the backpropagation algorithm to obtain the derivation layer by layer?

a)

Chain rule

b)

The rule of accumulation

c)

Law of Equivalence

d)

Rule of Normalization

41.

L1 and L2 regularization are methods commonly used in traditional machine learning to reduce generalization errors. The following is about the two The correct method is:

a)

L1 regularization can be used for feature selection

b)

Both L1 and L2 regularization can be used for feature selection

c)

L2 regularization can do feature selection

d)

Neither L1 nor L2 regularization can be used for feature selection

42.

Traditional machine learning and deep learning are the core technologies of artificial intelligence, and there is a slight difference in the engineering process. The following steps What you don't need to do in deep learning is

a)

Model evaluation

b)

Feature Engineering

c)

Data cleaning

d)

Model construction