wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Neural Network

Total questions: 11

Worksheet time: 6mins

Name
Class
Date
1.

What is a neural network

a)

A network of biological neurons in the brain.

b)

computational model inspired by the human brain composed of interconnected nodes.

c)

A network of interconnected computers.

2.

Why do we need neural networks?

a)

to solve tasks like machine vision & natural language processing

b)

to apply heuristic search methods to find solutions of problem

c)

to make smart human interactive & user friendly system

d)

all of the mentioned

3.

The fundamental unit of neural network is ______

a)

brain

b)

nucleus

c)

neuron

d)

axon

4.

What is the primary function of dendrites in a neuron

a)

Transmitting signal away from the cell body

b)

Transfer information to neuron

c)

Generating action potentials

d)

Providing structural support to the neuron

5.

Why can't we design a perfect neural network?

a)

full operation is still not known of biological neural

b)

number of neuron is itself not precisely known

c)

number of interconnection is very large & complex

d)

all of the mentioned

6.

In a feedforward neural network, information travels in which direction?

a)

Forward only

b)

Backward only

c)

Both forward and backward

d)

Randomly

7.

What is the purpose of the activation function in a neural network?

a)

To initialize weights

b)

To compute the cost function

c)

To introduce non-linearity

d)

To connect neurons

8.

What is backpropagation used for in neural networks?

a)

Initializing the network

b)

Forward propagation

c)

Training and updating weights

d)

Testing the network

9.

In an ANN, what does the term 'bias' refer to?

a)

A measure of model complexity

b)

An offset term added to the weighted sum in each neuron

c)

The learning rate of the network

d)

The number of layers in the network

10.

How many layers are typically found in a Multilayer Neural Network?

a)

one

b)

two

c)

three

d)

more than three

11.

Which term is used to describe the layers between the input and output layers in a Multilayer Neural Network?

a)

output layer

b)

hidden layer

c)

input layer

d)

feature layer