wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

19RO2015 - Neural Networks and Fuzzy Systems - Quiz 1

Total questions: 15

Worksheet time: 11mins

Name
Class
Date
1.

What is an artificial neural network?

a)

A programming language used for web development.

b)

A type of computer virus.

c)

A method for organizing files on a computer.

d)

A computational model inspired by the structure and function of biological neural networks in the brain.

2.

What are the main components of an artificial neural network?

a)

neurons, connections, and layers

b)

nodes, edges, and activation functions

c)

inputs, outputs, and thresholds

d)

weights, biases, and activation functions

3.

What is supervised learning in artificial neural networks?

a)

Supervised learning is a type of machine learning where the model is trained using unlabeled data.

b)

Supervised learning is a type of machine learning where the model does not require any training.

c)

Supervised learning is a type of machine learning where the model is trained using reinforcement learning techniques.

d)

Supervised learning is a type of machine learning where the model is trained using labeled data.

4.

What is unsupervised learning in artificial neural networks?

a)

Unsupervised learning is a type of machine learning where the model requires a large amount of labeled data to train effectively.

b)

Unsupervised learning is a type of machine learning where the model learns from labeled examples and guidance from a supervisor.

c)

Unsupervised learning is a type of machine learning where the model learns patterns and relationships in the data without any labeled examples or guidance from a supervisor.

d)

Unsupervised learning is a type of machine learning where the model only learns patterns and relationships in the data without making any predictions.

5.

What are the applications of artificial neural networks in image recognition?

a)

Weather forecasting, stock market prediction, and language translation

b)

Facial recognition, object detection, image segmentation, and image classification

c)

Handwriting recognition, voice synthesis, and spam detection

d)

Speech recognition, text generation, and sentiment analysis

6.

What are the applications of artificial neural networks in robotics?

a)

Perception, motion planning, control, and learning

b)

Financial analysis, marketing research, and customer service

c)

Data storage, software development, and computer networking

d)

Speech recognition, image processing, and natural language understanding

7.

Single-layer networks are more powerful than multilayer networks.

a)

True

b)

False

8.

The Perceptron Learning Algorithm can solve linearly inseparable problems.

a)

True

b)

False

9.

What is the basic building block of a neural network?

a)

Dendrite

b)

Neuron

c)

Synapse

d)

Axon

10.

Which type of neural network is based on the Hebbian learning rule?

a)

Perceptron

b)

Adaline

c)

HebbNet

d)

Multilayer Neural Network

11.

What are the minimum number of layers we can have in a NN

a)

Four

b)

Five

c)

Three

d)

Two

12.

Each layer in NN is connected to the next layer through:

a)

bias

b)

neuron

c)

weight

d)

activation function

13.

The concept of the artificial neural network was first proposed by:

a)

Alan Turing

b)

John McCarthy

c)

Warren McCulloch and Walter Pitts

d)

Marvin Minsky

14.

The main limitation of the McCulloch-Pitts model is its inability to:

a)

Learn from data

b)

Represent linear functions

c)

Implement logical operations

d)

Process binary inputs

15.

The introduction of ReLU (Rectified Linear Unit) activation function was significant because it:

a)

Solved the vanishing gradient problem

b)

Improved linear separability

c)

Reduced computational complexity

d)

Provided probabilistic outputs