wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Quiz-2

Total questions: 12

Worksheet time: 4mins

Name
Class
Date
1.

How does a Perceptron differ from a Neuron in ANN

a)

Perceptrons and Neurons are identical terms

b)

Neurons are simpler computational units compared to Perceptrons

c)

Perceptrons are biological, while Neurons are artificial

d)

There is no difference; both terms can be used interchangeably

2.

In a Perceptron, what are weights and biases used for?

a)

To increase the computational complexity of the model

b)

To adjust the learning rate during training

c)

To control the activation function of the perceptron

d)

To modulate the strength of input signals and introduce an offset

3.

What is the role of an activation function in a neural network?

a)

To initialize the weights of the network

b)

To control the learning rate during training

c)

To introduce non-linearity into the model

d)

To adjust the bias terms in each layer

4.

How does the Vanishing Gradient Problem affect the training of deep neural networks?

a)

It accelerates the convergence of the model

b)

It leads to faster training times

c)

It makes training slow and difficult for deeper layers

d)

It has no impact on the training process

5.

What is the role of the input layer in a neural network?

a)

To make predictions

b)

To process incoming data and pass it to the output layer

c)

To adjust weights during training

d)

To provide feedback during backpropagation

6.

What is the primary use of CNNs in machine learning?

a)

Natural Language Processing

b)

Image and Video Recognition

c)

Time Series Forecasting

d)

Reinforcement Learning

7.

What is the role of pooling layers in a CNN?

a)

To flatten the input data

b)

To introduce non-linearity

c)

To calculate gradients during backpropagation

d)

To reduce the spatial dimensions of the input data

8.

During Forward Propagation, what is passed through the neural network from the input layer to the output layer?

a)

Gradients

b)

Weights and biases

c)

Input data

d)

Activation functions

9.

How does the visualization of the Sigmoid activation function typically appear?

a)

As a straight line

b)

As an inverted "U" shape

c)

As a step function

d)

As an exponential curve

10.

If a model has an accuracy of 90%, what does this imply?

a)

The model is highly accurate and performs well in all scenarios

b)

The model is making incorrect predictions 10% of the time

c)

The model is likely overfitting the training data

d)

The model is underfitting the training data

11.

Why are hidden layers called "hidden" in a neural network?

a)

They are invisible to the human eye

b)

They contain confidential information

c)

They are not directly connected to the input or output

d)

They are used for debugging purposes

12.

What is the role of optimizers in the context of training a machine learning model?

a)

To initialize model weights

b)

To preprocess input data

c)

To adjust learning rates

d)

To optimize the model's performance during training