Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Artificial Intelligence

Total questions: 11

Worksheet time: 11mins

Name
Class
Date
1.

What is the main goal of Artificial Intelligence (AI)?

a)

To optimize routine tasks

b)

To analyze data and make predictions

c)

To interpret data and learn from it

d)

To imitate intelligent behavior

2.

Which type of learning involves analyzing historical sales data to predict future sales?

a)

Deep learning

b)

Reinforcement learning

c)

Unsupervised learning

d)

Supervised learning

3.

What is the main difference between Machine Learning (ML) and Deep Learning (DL) in terms of data requirement?

a)

Both ML and DL automatically learn features from data

b)

Both ML and DL require manual feature engineering

c)

ML automatically learns features from data, while DL requires feature engineering

d)

ML requires feature engineering, while DL automatically learns features from data

4.

What is the purpose of Back Propagation in training a self-driving car's neural network?

a)

Increase the complexity of the neural network

b)

Improve the interpretability of the neural network

c)

Adjust network weightings to minimize the difference between the car's actual and expected driving decisions

d)

Reduce the number of layers in the neural network

5.

Which type of learning involves a robot learning to navigate a maze by receiving rewards for reaching the end and penalties for hitting walls?

a)

Unsupervised learning

b)

Supervised learning

c)

Reinforcement learning

d)

Deep learning

6.

What is the main function of Regression in machine learning?

a)

To optimize routine tasks

b)

To imitate intelligent behavior

c)

To analyze data and make predictions

d)

To solve complex problems

7.

What is the main advantage of Deep Learning (DL) over Machine Learning (ML) in terms of model complexity?

a)

DL models are less complex compared to highly complex ML models

b)

DL models are highly complex compared to less complex ML models

c)

ML models are highly complex compared to less complex DL models

d)

Both DL and ML have similar model complexity

8.

Explain how the back propagation process works in training a neural network

4 lines
9.

How do neural networks work in predicting stock prices?

4 lines
10.

What is the main difference between Artificial Intelligence (AI) and Machine Learning (ML) in terms of scope?

a)

AI has a broader scope compared to ML

b)

ML has a broader scope compared to AI

c)

AI and ML have similar scopes

d)

AI focuses on data analysis while ML focuses on task optimization

11.

What is the role of Recurrent Neural Networks (RNNs) in sequential data analysis?

a)

To ignore the sequential nature of data

b)

To process sequential data while retaining memory of previous inputs

c)

To randomize the order of sequential data

d)

To treat each input independently without considering the sequence