Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

13. SL ANN

Total questions: 16

Worksheet time: 8mins

Name
Class
Date
1.

What is the primary goal of multi-class classification in computer vision?

a)

To classify images into two categories

b)

To classify images into multiple categories

c)

To enhance image quality

d)

To reduce image size

2.

In the one-vs-all algorithm, how is a multi-class problem typically approached?

a)

By training a single model for all classes

b)

By training multiple binary classifiers

c)

By using unsupervised learning

d)

By clustering the data

3.

Which of the following is NOT an application of Artificial Neural Networks (ANN)?

a)

Facial Recognition

b)

Real-time Translation

c)

Image Compression

d)

Basic Arithmetic Operations

4.

Which of the following is a key component of a biological neuron?

a)

Dendrites

b)

Axon

c)

Synapse

d)

All of the above

5.

In the context of ANN, what does the term "activation function" refer to?

a)

A function that initializes weights

b)

A function that determines the output of a neuron

c)

A function that reduces overfitting

d)

A function that increases learning rate

6.

Which of the following is a characteristic of supervised learning?

a)

No labeled data is used

b)

Labeled data is used for training

c)

It is only applicable to classification tasks

d)

It does not require a training set

7.

What is the purpose of using fuzzy logic in AI?

a)

To create binary decisions

b)

To handle uncertainty and imprecision

c)

To optimize algorithms

d)

To enhance image processing

8.

Which of the following is a common method for training neural networks?

a)

Gradient Descent

b)

K-Means Clustering

c)

Decision Trees

d)

Genetic Algorithms

9.

What does the term "overfitting" refer to in machine learning?

a)

A model that performs well on training data but poorly on unseen data

b)

A model that generalizes well to new data

c)

A model that is too simple

d)

A model that uses too few features

10.

Which of the following is a benefit of using artificial neural networks?

a)

They require less data than traditional algorithms

b)

They can model complex relationships

c)

They are always faster than other algorithms

d)

They do not require tuning of parameters

11.

What is the significance of the "training set" in machine learning?

a)

It is used to evaluate the model's performance

b)

It is used to make predictions

c)

It is used to train the model

d)

It is used to visualize data

12.

Which of the following best describes "adversarial search"?

a)

A search method for optimization problems

b)

A search method used in competitive environments

c)

A search method for unsupervised learning

d)

A search method for data retrieval

13.

What is the main advantage of using real-time translation applications?

a)

They require no internet connection

b)

They provide instant communication across languages

c)

They are always accurate

d)

They are easy to implement

14.

Which of the following is a key feature of deep learning?

a)

It uses shallow networks

b)

It requires less data than traditional machine learning

c)

It involves multiple layers of neurons

d)

It is only applicable to image data

15.

What is the role of "constraint satisfaction problems" in AI?

a)

To optimize neural networks

b)

To solve problems with specific constraints

c)

To classify data

d)

To enhance image recognition

16.

Which of the following is a common activation function used in neural networks?

a)

Linear Function

b)

Sigmoid Function

c)

Quadratic Function

d)

Exponential Function