Worksheets19RO2015 - Neural Networks and Fuzzy Systems - Quiz 1
Total questions: 15
Worksheet time: 11mins
What is an artificial neural network?
A programming language used for web development.
A type of computer virus.
A method for organizing files on a computer.
A computational model inspired by the structure and function of biological neural networks in the brain.
What are the main components of an artificial neural network?
neurons, connections, and layers
nodes, edges, and activation functions
inputs, outputs, and thresholds
weights, biases, and activation functions
What is supervised learning in artificial neural networks?
Supervised learning is a type of machine learning where the model is trained using unlabeled data.
Supervised learning is a type of machine learning where the model does not require any training.
Supervised learning is a type of machine learning where the model is trained using reinforcement learning techniques.
Supervised learning is a type of machine learning where the model is trained using labeled data.
What is unsupervised learning in artificial neural networks?
Unsupervised learning is a type of machine learning where the model requires a large amount of labeled data to train effectively.
Unsupervised learning is a type of machine learning where the model learns from labeled examples and guidance from a supervisor.
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.
Unsupervised learning is a type of machine learning where the model only learns patterns and relationships in the data without making any predictions.
What are the applications of artificial neural networks in image recognition?
Weather forecasting, stock market prediction, and language translation
Facial recognition, object detection, image segmentation, and image classification
Handwriting recognition, voice synthesis, and spam detection
Speech recognition, text generation, and sentiment analysis
What are the applications of artificial neural networks in robotics?
Perception, motion planning, control, and learning
Financial analysis, marketing research, and customer service
Data storage, software development, and computer networking
Speech recognition, image processing, and natural language understanding
Single-layer networks are more powerful than multilayer networks.
True
False
The Perceptron Learning Algorithm can solve linearly inseparable problems.
True
False
What is the basic building block of a neural network?
Dendrite
Neuron
Synapse
Axon
Which type of neural network is based on the Hebbian learning rule?
Perceptron
Adaline
HebbNet
Multilayer Neural Network
What are the minimum number of layers we can have in a NN
Four
Five
Three
Two
Each layer in NN is connected to the next layer through:
bias
neuron
weight
activation function
The concept of the artificial neural network was first proposed by:
Alan Turing
John McCarthy
Warren McCulloch and Walter Pitts
Marvin Minsky
The main limitation of the McCulloch-Pitts model is its inability to:
Learn from data
Represent linear functions
Implement logical operations
Process binary inputs
The introduction of ReLU (Rectified Linear Unit) activation function was significant because it:
Solved the vanishing gradient problem
Improved linear separability
Reduced computational complexity
Provided probabilistic outputs
