Ai Unit 7
Ai Unit 7
Ai Unit 7
Neural Networks
Learning Objectives:
1. Working of neural network
2. Single layer Neural Network
3. Neural Network Vs Human Nervous System
4. How do Neural Network learn?
5. Deep Learning and Machine learning comparison
6. Applications of Deep Learning
Neural Network (better known as Artificial neural networks or ANN) is one of the
main tools used in machine learning.
As the “neural” part of their name suggests they are brain -inspired system which
are intended to replicate the way that we humans learn.
b. Unsupervised Learning
The use of artificial intelligence (AI) systems to find patterns in data sets including data points
that are neither categorized nor labeled is known as unsupervised learning.
“An intelligent agent interacts with the environment and learns to operate within that
environment through reinforcement learning.”
Neural Network
Warren McCulloch and Walter Pitts proposed neural networks for the first time in 1944.
A neural network is an artificial intelligence strategy for teaching computers to analyze data in
the same way that the human brain does. Deep learning is a form of machine learning technique
that employs interconnected nodes or neurons in a layered structure to mimic the human brain.
It develops an adaptive framework that allows computers to learn from their errors and
continuously improve.
1. The human brain and nervous system are used to model neural network systems.
2. They can automatically extract features without the programmer’s input.
3. Every node in a neural network is a machine learning algorithm.
4. It comes in handy while working on difficulties with a large data set.
In the subject of Neural Network research, the biological brain and Artificial Neural Networks
are two of the most challenging areas of study.
a. SIZE: The human brain contains 86 billion neurons and over 100 trillion connections that
transmit electrical information throughout the body. The number of neurons in the artificial
neural network is far lower.
b. MEMORY: The primary distinction is that humans forget, whereas neural networks do not.
A neural network that has been properly trained.
c. ENERGY CONSUMPTION: The biological brain uses roughly 20% of the total energy
consumed by the human body. Artificial constructions can’t even come close to matching the
efficiency level of a biological brain, which operates on roughly 20 watts.
Exercise 4.0
MCQs:
1. Choose the option that is not a type of learning from the list below.
a. Supervised Learning b. Unsupervised Learning
c. Reinforcement Learning d. None of the above
2. Identify the type of “facial identities for facial expressions” learning algorithm.
a. General patterns b. Unsupervised patterns
c. Recognition patterns d. None of the above
3. What is the term for applying machine learning techniques to a large database?
a. Data encapsulation b. Database
c. Data mining d. None of the above
5. What is the word for the process through which machine learning algorithms
construct a model from sample data?
a. Transfer data b. Data training
c. Training data d. All of the above
9. The use of Artificial Intelligence (AI) systems to detect patterns in data sets that
aren’t categorized or labelled is referred to as _______________.
a. Supervised Learning b. Unsupervised Learning
c. Reinforcement Learning d. All of the above
10. An intelligent agent interacts with the environment and learns to operate within that
environment through ____________
a. Supervised Learning b. Unsupervised Learning
c. Reinforcement Learning d. All of the above
11. A __________ is an artificial intelligence strategy for teaching computers to analyze
data in the same way that the human brain does.
a. Neural Network b. Cell Network
c. Brain Network d. None of the above
1. What is algorithm?
Answer – A machine learning algorithm is a series of instructions that allows a computer
programme to replicate how a human learns to classify different types of data.