SlideShare a Scribd company logo
What’s in it for you?
APPLICATIONS OF NEURAL NETWORK
TYPES OF NEURAL NETWORK
USE CASE -
HOW DOES NEURAL NETWORK WORK?
What is NEURAL NETWORK?
What’s in it for you?
How does neural network work?
Advantages of neural network
Applications of neural network
What is Artificial nEural Network?
Future of Neural Network
What is Deep Learning?
Brief History of Artificial Neural Network
Hello!
I am the human brain
Brief History of Artificial Neural Network
I am the most complex organ in the
human body and I help you to think,
understand and take decisions!
Brief History of Artificial Neural Network
And the secret behind all of my
power is a neuron, I’ll get back
to it in some time!
Brief History of Artificial Neural Network
Ever since the 1950’s, scientists have been
trying to mimic the functioning of a neuron
and use it to build smarter robots!
Brief History of Artificial Neural Network
After a lot of trial and error, humans finally
designed a computer that can recognize
human speech!!
Brief History of Artificial Neural Network
It was only after 2000 that humans were
able to give birth to deep learning that was
able to see and distinguish between
different images and videos!
Brief History of Artificial Neural Network
Brief History of Artificial Intelligence
The word ‘Artificial
Intelligence’ coined by John
McCarthy
‘Shakey’ was the first general
purpose mobile robot built
Supercomputer ‘Deep blue’ was
designed which defeated the
world Chess champion in a game
First commercially successful
robotic vacuum cleaner
created
Speech recognition, RPA,
dancing robots, smart homes
and many more to come from
AI
1956 1969 1997 2002 2005-2018
What is Deep Learning?
What is Deep Learning?
SO what exactly is Deep Learning?
What is Deep Learning?
Deep learning is a machine learning technique that teaches computers to do what
comes naturally to humans: learn by example
These are the
images of ‘Dogs’
The robot gets trained with
photos as example!
What is Deep Learning?
Deep learning is a machine learning technique that teaches computers to do what
comes naturally to humans: learn by example
Wait! I know what you are
What is Deep Learning?
Deep learning is a machine learning technique that teaches computers to do what
comes naturally to humans: learn by example
You are a dog!
Woof woof!
And is able to identify the
thing that it saw in the
images!
What is Deep Learning?
That brings us to the question, how does
deep learning do it?
What is Deep Learning?
Remember the neuron?
What is Deep Learning?
Scientist managed to build an artificial
form of it that powers any deep learning
based machine!
Brief History of Artificial Intelligence
The word ‘Artificial
Intelligence’ coined by John
McCarthy
‘Shakey’ was the first general
purpose mobile robot built
Supercomputer ‘Deep blue’ was
designed which defeated the
world Chess champion in a game
First commercially successful
robotic vacuum cleaner
created
Speech recognition, RPA,
dancing robots, smart homes
and many more to come from
AI
1956 1969 1997 2002 2005-2018
What is Artificial Neural Network?
What is Artificial Neural Network?
To understand how an artificial neuron
works, we need to understand how the real
one works!
What is Artificial Neural Network?
Dendrite
Axon
Input to a neuron
Cell body
Information processing
happens here
Axon
Output to the
neuron
What is Artificial Neural Network?
Now, let’s see what an artificial neural
network looks like
What is Artificial Neural Network?
Input layer
Hidden layers
Output layer
What is Artificial Neural Network?
So, you can see how similar they are!
Input
Feature
extraction is done
here
Output
Input to a
neuron
Information processing
happens here
AxonOutput to the
neuron
What is Artificial Neural Network?
Input layer
Hidden layers
Output layer
a neural network is a system of hardware and/or software patterned after the operation of neurons in the human
brain. Neural networks also called artificial neural networks is a way of achieving deep learning
Artificial neural network
Input to a neuron
Information processing happens here
Axon
Output to the neuron
Biological neural network
Brief History of Artificial Intelligence
The word ‘Artificial
Intelligence’ coined by John
McCarthy
‘Shakey’ was the first general
purpose mobile robot built
Supercomputer ‘Deep blue’ was
designed which defeated the
world Chess champion in a game
First commercially successful
robotic vacuum cleaner
created
Speech recognition, RPA,
dancing robots, smart homes
and many more to come from
AI
1956 1969 1997 2002 2005-2018
How does Artificial Neural Network
work?
How does Artificial Neural Network work?
Let us find out how does an artificial neural
network work!
How does Artificial Neural Network work?
Hey Siri,What is the time
now?
How does Artificial Neural Network work?
It’s 12:30 in the morning!
How does Artificial Neural Network work?
Thanks!
How does Artificial Neural Network work?
Let’s find out how she
recognizes speech!!
How does Artificial Neural Network work?
Here is a neural network and the
different layers on it
Input layer
Hidden layers
Output layer
a
b
c
D
w
x
y
z
....
How does Artificial Neural Network work?
This is the sentence that
needs to be recognized by the
network
Input layer
Hidden layers
Output layer
a
b
c
D
w
x
y
z
....
How does Artificial Neural Network work?
is
What
the
Time?
Input layer
Hidden layers
Output layer
a
b
c
D
w
x
y
z
....
How does Artificial Neural Network work?
is
What
the
Time?
The sentence is sampled into discrete
sound waves
Input layer
Hidden layers
Output layer
a
b
c
D
w
x
y
z
....
How does Artificial Neural Network work?
is
What
the
Time?
First, lets consider the word ‘What’
Input layer
Hidden layers
Output layer
a
b
c
D
w
x
y
z
....
How does Artificial Neural Network work?
What
The waveform is split based on every
letter
W H a t
Input layer
Hidden layers
Output layer
a
b
c
D
w
x
y
z
....
How does Artificial Neural Network work?
What
W H a t
Now, we will split the soundwave for the
letter ‘w’ into smaller segments..
Input layer
Hidden layers
Output layer
a
b
c
D
w
x
y
z
....
How does Artificial Neural Network work?
W H a t
As the amplitude is varying in the sound wave for ‘w’,
we collect the values at different intervals and form an
array
Input layer
Hidden layers
Output layer
a
b
c
D
w
x
y
z
....
0.5
1.5
1.7
1.9
How does Artificial Neural Network work?
W H a t
We feed the array of amplitudes to the
input layer
Input layer
Hidden layers
Output layer
a
b
c
D
w
x
y
z
....
0.5
1.5
1.7
1.9
x1
x2
x3
x4
W H a t
Input layer
Hidden layers
Output layer
a
b
c
D
w
x
y
z
....
How does Artificial Neural Network work?
W1
W2
W3
W4
W5
W6
W7
W8
W9
w10
Random weights are assigned to each
interconnection between input and hidden
layer
0.5
1.5
1.7
1.9
x1
x2
x3
x4
W H a t
Input layer
Hidden layers
Output layer
a
b
c
D
w
x
y
z
....
How does Artificial Neural Network work?
W1
W2
W3
W4
W5
W6
W7
W8
W9
w10
i=1
n
w x + b
i i*
The weights are multiplied with the inputs
and a bias is added to form the transfer
function
0.5
1.5
1.7
1.9
x1
x2
x3
x4
W H a t
Input layer
Hidden layers
Output layer
a
b
c
D
w
x
y
z
....
How does Artificial Neural Network work?
i=1
n
w x + b
i i*
Weights are assigned to the
interconnection between the
hidden layers
W11
W12
W13
W14
W15
W16
W17
W18
W19
W20
W21
W22
0.5
1.5
1.7
1.9
x1
x2
x3
x4
W H a t
Input layer
Hidden layers
Output layer
a
b
c
D
w
x
y
z
....
How does Artificial Neural Network work?
i=1
n
w x + b
i i*
W11
W12
W13
W14
W15
W16
W17
W18
W19
W20
W21
W22
the output of the transfer function is fed
as an input to the activation function
0.5
1.5
1.7
1.9
x1
x2
x3
x4
How does Artificial Neural Network work?
Accoustic
model
Acoustic model contains the statistical
representation of each distinct sound that makes a
word
W H a t
Input layer
Hidden layers
Output layer
a
b
c
D
w
x
y
z
....
0.5
1.5
1.7
1.9
x1
x2
x3
x4
How does Artificial Neural Network work?
Accoustic
model
lexiconLexicon contains the data for different
pronunciations of every word
W H a t
Input layer
Hidden layers
Output layer
a
b
c
D
w
x
y
z
....
0.5
1.5
1.7
1.9
x1
x2
x3
x4
How does Artificial Neural Network work?
Accoustic
model
lexicon
Language model contains a large list of
words and the probability of them occurring
W H a t
Input layer
Hidden layers
Output layer
a
b
c
D
w
x
y
z
....
Language
model
0.5
1.5
1.7
1.9
x1
x2
x3
x4
How does Artificial Neural Network work?
With the help of these models, the network
predicts the words that you are trying to say!
Acoustic
model
lexicon
W H a t
Input layer
Hidden layers
Output layer
a
b
c
D
w
x
y
z
....
Language
model
output
0.5
1.5
1.7
1.9
x1
x2
x3
x4
How does Artificial Neural Network work?
With the help of these models, the network
predicts the words that you are trying to say!
Accoustic
model
lexicon
W H a t
Input layer
Hidden layers
Output layer
a
b
c
D
w
x
y
z
....
Language
model
output
0.5
1.5
1.7
1.9
x1
x2
x3
x4
How does Artificial Neural Network work?
is
What
is
What
the
Time?
the
Time?
Following the same process for every word and letter,
the neural network recognizes the sentence you said..
How does Artificial Neural Network work?
Input layer
Hidden layers
Output layer
is
What
the
Time?
x1
x2
x3
x4
W23
W24
W25
W26
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
is
What
the
Time?
It’s 12:30!
Brief History of Artificial Intelligence
The word ‘Artificial
Intelligence’ coined by John
McCarthy
‘Shakey’ was the first general
purpose mobile robot built
Supercomputer ‘Deep blue’ was
designed which defeated the
world Chess champion in a game
First commercially successful
robotic vacuum cleaner
created
Speech recognition, RPA,
dancing robots, smart homes
and many more to come from
AI
1956 1969 1997 2002 2005-2018
Advantages of Artificial Neural
Network
Advantages of Artificial Neural Network
So gentlemen, could you tell me
the advantages of Artificial Neural
Network?
Advantages of Artificial Neural Network
an artificial neural network’s outputs aren't
limited entirely by inputs and results given to
them initially by an expert system
Advantages of Artificial Neural Network
This ability comes in handy for robotics
and pattern recognition systems!
Advantages of Artificial Neural Network
Artificial Neural Networks have the
potential for high fault tolerance!
Advantages of Artificial Neural Network
Artificial Neural Network are capable of
debugging or diagnosing a network on
their own!
Advantages of Artificial Neural Network
Non - linear systems have the capability of
finding shortcuts to reach computationally
expensive solutions
Brief History of Artificial Intelligence
The word ‘Artificial
Intelligence’ coined by John
McCarthy
‘Shakey’ was the first general
purpose mobile robot built
Supercomputer ‘Deep blue’ was
designed which defeated the
world Chess champion in a game
First commercially successful
robotic vacuum cleaner
created
Speech recognition, RPA,
dancing robots, smart homes
and many more to come from
AI
1956 1969 1997 2002 2005-2018
Applications of Artificial
Neural Network
Applications of Artificial Neural Network
Let’s look at some of the real life applications
of artificial neural network!
Handwriting recognition
Neural network is used to convert handwritten
characters into digital characters that the system
can recognize
Applications of Artificial Neural Network
Stock exchange prediction
There are many factors that effect the stock
market. Neural network can examine a lot of
factors and predict the prices on a daily basis
helping the stock brokers
Applications of Artificial Neural Network
Travelling salesman problem
It refers to finding the optimal path to travel
between all cities in an area. Neural network
helps solve this problem providing higher
revenue at a minimal cost
Applications of Artificial Neural Network
Image compression
Applications of Artificial Neural Network
Idea behind data compression neural networks
is to store, encrypt and re-create the actual
image again.
Brief History of Artificial Intelligence
The word ‘Artificial
Intelligence’ coined by John
McCarthy
‘Shakey’ was the first general
purpose mobile robot built
Supercomputer ‘Deep blue’ was
designed which defeated the
world Chess champion in a game
First commercially successful
robotic vacuum cleaner
created
Speech recognition, RPA,
dancing robots, smart homes
and many more to come from
AI
1956 1969 1997 2002 2005-2018
Future of Artificial Neural
Network
Future of Artificial Neural Network
I’ll tell you what I see in the
future!
Future of Artificial Neural Network
More personalized choices
for users and customers all
over the world
Future of Artificial Neural Network
More personalized choices
for users and customers all
over the world
Hyper intelligent virtual
assistants will make life
easier
Future of Artificial Neural Network
More personalized choices
for users and customers all
over the world
Hyper intelligent virtual
assistants will make life
easier
New forms of algorithm
or learning methods
would be discovered
Future of Artificial Neural Network
More personalized choices
for users and customers all
over the world
Hyper intelligent virtual
assistants will make life
easier
New forms of algorithm
or learning methods
would be discoveredNeural networks will be
a lot faster in the future
Future of Artificial Neural Network
More personalized choices
for users and customers all
over the world
Hyper intelligent virtual
assistants will make life
easier
New forms of algorithm
or learning methods
would be discoveredNeural networks will be
a lot faster in the future
Neural network tools will
be embedded in every
design surface
Future of Artificial Neural Network
More personalized choices
for users and customers all
over the world
Hyper intelligent virtual
assistants will make life
easier
New forms of algorithm
or learning methods
would be discoveredNeural networks will be
a lot faster in the future
Neural network tools will
be embedded in every
design surface
Neural networks will be used
in the field of medicine,
agriculture, etc
Key Takeaways
So what’s
your next step?
Ad

Recommended

What Is Deep Learning? | Introduction to Deep Learning | Deep Learning Tutori...
What Is Deep Learning? | Introduction to Deep Learning | Deep Learning Tutori...
Simplilearn
 
Convolutional Neural Network - CNN | How CNN Works | Deep Learning Course | S...
Convolutional Neural Network - CNN | How CNN Works | Deep Learning Course | S...
Simplilearn
 
Deep Learning Tutorial | Deep Learning TensorFlow | Deep Learning With Neural...
Deep Learning Tutorial | Deep Learning TensorFlow | Deep Learning With Neural...
Simplilearn
 
What is Machine Learning | Introduction to Machine Learning | Machine Learnin...
What is Machine Learning | Introduction to Machine Learning | Machine Learnin...
Simplilearn
 
Artificial neural network
Artificial neural network
DEEPASHRI HK
 
Machine Learning Tutorial Part - 2 | Machine Learning Tutorial For Beginners ...
Machine Learning Tutorial Part - 2 | Machine Learning Tutorial For Beginners ...
Simplilearn
 
Google data studio
Google data studio
Laxit patel
 
An overview of gradient descent optimization algorithms
An overview of gradient descent optimization algorithms
Hakky St
 
Deep Learning Tutorial | Deep Learning Tutorial For Beginners | What Is Deep ...
Deep Learning Tutorial | Deep Learning Tutorial For Beginners | What Is Deep ...
Simplilearn
 
Deep learning - A Visual Introduction
Deep learning - A Visual Introduction
Lukas Masuch
 
Deep neural networks
Deep neural networks
Si Haem
 
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Simplilearn
 
Deep Learning - Convolutional Neural Networks
Deep Learning - Convolutional Neural Networks
Christian Perone
 
Deep learning
Deep learning
Ratnakar Pandey
 
What is a Neural Network | Edureka
What is a Neural Network | Edureka
Edureka!
 
Introduction to Deep learning
Introduction to Deep learning
Massimiliano Ruocco
 
Introduction to Deep learning
Introduction to Deep learning
leopauly
 
Machine Learning - Convolutional Neural Network
Machine Learning - Convolutional Neural Network
Richard Kuo
 
An introduction to Machine Learning
An introduction to Machine Learning
butest
 
Introduction to Neural Networks
Introduction to Neural Networks
Databricks
 
TensorFlow Tutorial | Deep Learning With TensorFlow | TensorFlow Tutorial For...
TensorFlow Tutorial | Deep Learning With TensorFlow | TensorFlow Tutorial For...
Simplilearn
 
Machine Learning
Machine Learning
Rabab Munawar
 
Recurrent Neural Network (RNN) | RNN LSTM Tutorial | Deep Learning Course | S...
Recurrent Neural Network (RNN) | RNN LSTM Tutorial | Deep Learning Course | S...
Simplilearn
 
Convolutional neural neworks
Convolutional neural neworks
Luis Serrano
 
Artifical Neural Network and its applications
Artifical Neural Network and its applications
Sangeeta Tiwari
 
Deep Learning With Python | Deep Learning And Neural Networks | Deep Learning...
Deep Learning With Python | Deep Learning And Neural Networks | Deep Learning...
Simplilearn
 
Convolutional Neural Networks
Convolutional Neural Networks
Ashray Bhandare
 
Cnn
Cnn
Nirthika Rajendran
 
Biological and Artificial Neural Networks
Biological and Artificial Neural Networks
Damian T. Gordon
 
SoftComputing5
SoftComputing5
DrPrafullNarooka
 

More Related Content

What's hot (20)

Deep Learning Tutorial | Deep Learning Tutorial For Beginners | What Is Deep ...
Deep Learning Tutorial | Deep Learning Tutorial For Beginners | What Is Deep ...
Simplilearn
 
Deep learning - A Visual Introduction
Deep learning - A Visual Introduction
Lukas Masuch
 
Deep neural networks
Deep neural networks
Si Haem
 
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Simplilearn
 
Deep Learning - Convolutional Neural Networks
Deep Learning - Convolutional Neural Networks
Christian Perone
 
Deep learning
Deep learning
Ratnakar Pandey
 
What is a Neural Network | Edureka
What is a Neural Network | Edureka
Edureka!
 
Introduction to Deep learning
Introduction to Deep learning
Massimiliano Ruocco
 
Introduction to Deep learning
Introduction to Deep learning
leopauly
 
Machine Learning - Convolutional Neural Network
Machine Learning - Convolutional Neural Network
Richard Kuo
 
An introduction to Machine Learning
An introduction to Machine Learning
butest
 
Introduction to Neural Networks
Introduction to Neural Networks
Databricks
 
TensorFlow Tutorial | Deep Learning With TensorFlow | TensorFlow Tutorial For...
TensorFlow Tutorial | Deep Learning With TensorFlow | TensorFlow Tutorial For...
Simplilearn
 
Machine Learning
Machine Learning
Rabab Munawar
 
Recurrent Neural Network (RNN) | RNN LSTM Tutorial | Deep Learning Course | S...
Recurrent Neural Network (RNN) | RNN LSTM Tutorial | Deep Learning Course | S...
Simplilearn
 
Convolutional neural neworks
Convolutional neural neworks
Luis Serrano
 
Artifical Neural Network and its applications
Artifical Neural Network and its applications
Sangeeta Tiwari
 
Deep Learning With Python | Deep Learning And Neural Networks | Deep Learning...
Deep Learning With Python | Deep Learning And Neural Networks | Deep Learning...
Simplilearn
 
Convolutional Neural Networks
Convolutional Neural Networks
Ashray Bhandare
 
Cnn
Cnn
Nirthika Rajendran
 
Deep Learning Tutorial | Deep Learning Tutorial For Beginners | What Is Deep ...
Deep Learning Tutorial | Deep Learning Tutorial For Beginners | What Is Deep ...
Simplilearn
 
Deep learning - A Visual Introduction
Deep learning - A Visual Introduction
Lukas Masuch
 
Deep neural networks
Deep neural networks
Si Haem
 
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Simplilearn
 
Deep Learning - Convolutional Neural Networks
Deep Learning - Convolutional Neural Networks
Christian Perone
 
What is a Neural Network | Edureka
What is a Neural Network | Edureka
Edureka!
 
Introduction to Deep learning
Introduction to Deep learning
leopauly
 
Machine Learning - Convolutional Neural Network
Machine Learning - Convolutional Neural Network
Richard Kuo
 
An introduction to Machine Learning
An introduction to Machine Learning
butest
 
Introduction to Neural Networks
Introduction to Neural Networks
Databricks
 
TensorFlow Tutorial | Deep Learning With TensorFlow | TensorFlow Tutorial For...
TensorFlow Tutorial | Deep Learning With TensorFlow | TensorFlow Tutorial For...
Simplilearn
 
Recurrent Neural Network (RNN) | RNN LSTM Tutorial | Deep Learning Course | S...
Recurrent Neural Network (RNN) | RNN LSTM Tutorial | Deep Learning Course | S...
Simplilearn
 
Convolutional neural neworks
Convolutional neural neworks
Luis Serrano
 
Artifical Neural Network and its applications
Artifical Neural Network and its applications
Sangeeta Tiwari
 
Deep Learning With Python | Deep Learning And Neural Networks | Deep Learning...
Deep Learning With Python | Deep Learning And Neural Networks | Deep Learning...
Simplilearn
 
Convolutional Neural Networks
Convolutional Neural Networks
Ashray Bhandare
 

Similar to What Is A Neural Network? | How Deep Neural Networks Work | Neural Network Tutorial | Simplilearn (20)

Biological and Artificial Neural Networks
Biological and Artificial Neural Networks
Damian T. Gordon
 
SoftComputing5
SoftComputing5
DrPrafullNarooka
 
Neural networks
Neural networks
Basil John
 
Artificial Neural Network and Machine Learning
Artificial Neural Network and Machine Learning
vipulkondekar
 
NeuralNetworksbasics for Deeplearning
NeuralNetworksbasics for Deeplearning
TSANKARARAO
 
Neural-Networks full covering AI networks.ppt
Neural-Networks full covering AI networks.ppt
cs18115
 
Neural-Networks2Neural Network Classifier.ppt
Neural-Networks2Neural Network Classifier.ppt
dabeli2153
 
Neural-Networks, images and examples details
Neural-Networks, images and examples details
mousmiin
 
Neural network
Neural network
Guvera Ganesh
 
Neuro network1
Neuro network1
Komal Sharma
 
Artificial Intelligence (and the telecom industry)
Artificial Intelligence (and the telecom industry)
Samuel Dratwa
 
artificial neural network lec 2 rt .pptx
artificial neural network lec 2 rt .pptx
RohanMalik45
 
neuralnetwork.pptx
neuralnetwork.pptx
SherinRappai
 
neuralnetwork.pptx
neuralnetwork.pptx
SherinRappai1
 
Artificial Neural Networks Lect1: Introduction & neural computation
Artificial Neural Networks Lect1: Introduction & neural computation
Mohammed Bennamoun
 
Karan ppt for neural network and deep learning
Karan ppt for neural network and deep learning
KathiriyaParthiv
 
ANN.ppt
ANN.ppt
UI19EC21Talluriissak
 
BACKPROPOGATION ALGO.pdfLECTURE NOTES WITH SOLVED EXAMPLE AND FEED FORWARD NE...
BACKPROPOGATION ALGO.pdfLECTURE NOTES WITH SOLVED EXAMPLE AND FEED FORWARD NE...
DurgadeviParamasivam
 
Neural network and artificial intelligent
Neural network and artificial intelligent
HapPy SumOn
 
Artificial neural networks
Artificial neural networks
AkashRanjandas1
 
Biological and Artificial Neural Networks
Biological and Artificial Neural Networks
Damian T. Gordon
 
Neural networks
Neural networks
Basil John
 
Artificial Neural Network and Machine Learning
Artificial Neural Network and Machine Learning
vipulkondekar
 
NeuralNetworksbasics for Deeplearning
NeuralNetworksbasics for Deeplearning
TSANKARARAO
 
Neural-Networks full covering AI networks.ppt
Neural-Networks full covering AI networks.ppt
cs18115
 
Neural-Networks2Neural Network Classifier.ppt
Neural-Networks2Neural Network Classifier.ppt
dabeli2153
 
Neural-Networks, images and examples details
Neural-Networks, images and examples details
mousmiin
 
Artificial Intelligence (and the telecom industry)
Artificial Intelligence (and the telecom industry)
Samuel Dratwa
 
artificial neural network lec 2 rt .pptx
artificial neural network lec 2 rt .pptx
RohanMalik45
 
neuralnetwork.pptx
neuralnetwork.pptx
SherinRappai
 
Artificial Neural Networks Lect1: Introduction & neural computation
Artificial Neural Networks Lect1: Introduction & neural computation
Mohammed Bennamoun
 
Karan ppt for neural network and deep learning
Karan ppt for neural network and deep learning
KathiriyaParthiv
 
BACKPROPOGATION ALGO.pdfLECTURE NOTES WITH SOLVED EXAMPLE AND FEED FORWARD NE...
BACKPROPOGATION ALGO.pdfLECTURE NOTES WITH SOLVED EXAMPLE AND FEED FORWARD NE...
DurgadeviParamasivam
 
Neural network and artificial intelligent
Neural network and artificial intelligent
HapPy SumOn
 
Artificial neural networks
Artificial neural networks
AkashRanjandas1
 
Ad

More from Simplilearn (20)

Top 50 Scrum Master Interview Questions | Scrum Master Interview Questions & ...
Top 50 Scrum Master Interview Questions | Scrum Master Interview Questions & ...
Simplilearn
 
Bagging Vs Boosting In Machine Learning | Ensemble Learning In Machine Learni...
Bagging Vs Boosting In Machine Learning | Ensemble Learning In Machine Learni...
Simplilearn
 
Future Of Social Media | Social Media Trends and Strategies 2025 | Instagram ...
Future Of Social Media | Social Media Trends and Strategies 2025 | Instagram ...
Simplilearn
 
SQL Query Optimization | SQL Query Optimization Techniques | SQL Basics | SQL...
SQL Query Optimization | SQL Query Optimization Techniques | SQL Basics | SQL...
Simplilearn
 
SQL INterview Questions .pTop 45 SQL Interview Questions And Answers In 2025 ...
SQL INterview Questions .pTop 45 SQL Interview Questions And Answers In 2025 ...
Simplilearn
 
How To Start Influencer Marketing Business | Influencer Marketing For Beginne...
How To Start Influencer Marketing Business | Influencer Marketing For Beginne...
Simplilearn
 
Cyber Security Roadmap 2025 | How To Become Cyber Security Engineer In 2025 |...
Cyber Security Roadmap 2025 | How To Become Cyber Security Engineer In 2025 |...
Simplilearn
 
How To Become An AI And ML Engineer In 2025 | AI Engineer Roadmap | AI ML Car...
How To Become An AI And ML Engineer In 2025 | AI Engineer Roadmap | AI ML Car...
Simplilearn
 
What Is GitHub Copilot? | How To Use GitHub Copilot? | How does GitHub Copilo...
What Is GitHub Copilot? | How To Use GitHub Copilot? | How does GitHub Copilo...
Simplilearn
 
Top 10 Data Analyst Certification For 2025 | Best Data Analyst Certification ...
Top 10 Data Analyst Certification For 2025 | Best Data Analyst Certification ...
Simplilearn
 
Complete Data Science Roadmap For 2025 | Data Scientist Roadmap For Beginners...
Complete Data Science Roadmap For 2025 | Data Scientist Roadmap For Beginners...
Simplilearn
 
Top 7 High Paying AI Certifications Courses For 2025 | Best AI Certifications...
Top 7 High Paying AI Certifications Courses For 2025 | Best AI Certifications...
Simplilearn
 
Data Cleaning In Data Mining | Step by Step Data Cleaning Process | Data Clea...
Data Cleaning In Data Mining | Step by Step Data Cleaning Process | Data Clea...
Simplilearn
 
Top 10 Data Analyst Projects For 2025 | Data Analyst Projects | Data Analysis...
Top 10 Data Analyst Projects For 2025 | Data Analyst Projects | Data Analysis...
Simplilearn
 
AI Engineer Roadmap 2025 | AI Engineer Roadmap For Beginners | AI Engineer Ca...
AI Engineer Roadmap 2025 | AI Engineer Roadmap For Beginners | AI Engineer Ca...
Simplilearn
 
Machine Learning Roadmap 2025 | Machine Learning Engineer Roadmap For Beginne...
Machine Learning Roadmap 2025 | Machine Learning Engineer Roadmap For Beginne...
Simplilearn
 
Kotter's 8-Step Change Model Explained | Kotter's Change Management Model | S...
Kotter's 8-Step Change Model Explained | Kotter's Change Management Model | S...
Simplilearn
 
Gen AI Engineer Roadmap For 2025 | How To Become Gen AI Engineer In 2025 | Si...
Gen AI Engineer Roadmap For 2025 | How To Become Gen AI Engineer In 2025 | Si...
Simplilearn
 
Top 10 Data Analyst Certification For 2025 | Best Data Analyst Certification ...
Top 10 Data Analyst Certification For 2025 | Best Data Analyst Certification ...
Simplilearn
 
Complete Data Science Roadmap For 2025 | Data Scientist Roadmap For Beginners...
Complete Data Science Roadmap For 2025 | Data Scientist Roadmap For Beginners...
Simplilearn
 
Top 50 Scrum Master Interview Questions | Scrum Master Interview Questions & ...
Top 50 Scrum Master Interview Questions | Scrum Master Interview Questions & ...
Simplilearn
 
Bagging Vs Boosting In Machine Learning | Ensemble Learning In Machine Learni...
Bagging Vs Boosting In Machine Learning | Ensemble Learning In Machine Learni...
Simplilearn
 
Future Of Social Media | Social Media Trends and Strategies 2025 | Instagram ...
Future Of Social Media | Social Media Trends and Strategies 2025 | Instagram ...
Simplilearn
 
SQL Query Optimization | SQL Query Optimization Techniques | SQL Basics | SQL...
SQL Query Optimization | SQL Query Optimization Techniques | SQL Basics | SQL...
Simplilearn
 
SQL INterview Questions .pTop 45 SQL Interview Questions And Answers In 2025 ...
SQL INterview Questions .pTop 45 SQL Interview Questions And Answers In 2025 ...
Simplilearn
 
How To Start Influencer Marketing Business | Influencer Marketing For Beginne...
How To Start Influencer Marketing Business | Influencer Marketing For Beginne...
Simplilearn
 
Cyber Security Roadmap 2025 | How To Become Cyber Security Engineer In 2025 |...
Cyber Security Roadmap 2025 | How To Become Cyber Security Engineer In 2025 |...
Simplilearn
 
How To Become An AI And ML Engineer In 2025 | AI Engineer Roadmap | AI ML Car...
How To Become An AI And ML Engineer In 2025 | AI Engineer Roadmap | AI ML Car...
Simplilearn
 
What Is GitHub Copilot? | How To Use GitHub Copilot? | How does GitHub Copilo...
What Is GitHub Copilot? | How To Use GitHub Copilot? | How does GitHub Copilo...
Simplilearn
 
Top 10 Data Analyst Certification For 2025 | Best Data Analyst Certification ...
Top 10 Data Analyst Certification For 2025 | Best Data Analyst Certification ...
Simplilearn
 
Complete Data Science Roadmap For 2025 | Data Scientist Roadmap For Beginners...
Complete Data Science Roadmap For 2025 | Data Scientist Roadmap For Beginners...
Simplilearn
 
Top 7 High Paying AI Certifications Courses For 2025 | Best AI Certifications...
Top 7 High Paying AI Certifications Courses For 2025 | Best AI Certifications...
Simplilearn
 
Data Cleaning In Data Mining | Step by Step Data Cleaning Process | Data Clea...
Data Cleaning In Data Mining | Step by Step Data Cleaning Process | Data Clea...
Simplilearn
 
Top 10 Data Analyst Projects For 2025 | Data Analyst Projects | Data Analysis...
Top 10 Data Analyst Projects For 2025 | Data Analyst Projects | Data Analysis...
Simplilearn
 
AI Engineer Roadmap 2025 | AI Engineer Roadmap For Beginners | AI Engineer Ca...
AI Engineer Roadmap 2025 | AI Engineer Roadmap For Beginners | AI Engineer Ca...
Simplilearn
 
Machine Learning Roadmap 2025 | Machine Learning Engineer Roadmap For Beginne...
Machine Learning Roadmap 2025 | Machine Learning Engineer Roadmap For Beginne...
Simplilearn
 
Kotter's 8-Step Change Model Explained | Kotter's Change Management Model | S...
Kotter's 8-Step Change Model Explained | Kotter's Change Management Model | S...
Simplilearn
 
Gen AI Engineer Roadmap For 2025 | How To Become Gen AI Engineer In 2025 | Si...
Gen AI Engineer Roadmap For 2025 | How To Become Gen AI Engineer In 2025 | Si...
Simplilearn
 
Top 10 Data Analyst Certification For 2025 | Best Data Analyst Certification ...
Top 10 Data Analyst Certification For 2025 | Best Data Analyst Certification ...
Simplilearn
 
Complete Data Science Roadmap For 2025 | Data Scientist Roadmap For Beginners...
Complete Data Science Roadmap For 2025 | Data Scientist Roadmap For Beginners...
Simplilearn
 
Ad

Recently uploaded (20)

SCHIZOPHRENIA OTHER PSYCHOTIC DISORDER LIKE Persistent delusion/Capgras syndr...
SCHIZOPHRENIA OTHER PSYCHOTIC DISORDER LIKE Persistent delusion/Capgras syndr...
parmarjuli1412
 
ROLE PLAY: FIRST AID -CPR & RECOVERY POSITION.pptx
ROLE PLAY: FIRST AID -CPR & RECOVERY POSITION.pptx
Belicia R.S
 
Q1_ENGLISH_PPT_WEEK 1 power point grade 3 Quarter 1 week 1
Q1_ENGLISH_PPT_WEEK 1 power point grade 3 Quarter 1 week 1
jutaydeonne
 
How to Manage Different Customer Addresses in Odoo 18 Accounting
How to Manage Different Customer Addresses in Odoo 18 Accounting
Celine George
 
Non-Communicable Diseases and National Health Programs – Unit 10 | B.Sc Nursi...
Non-Communicable Diseases and National Health Programs – Unit 10 | B.Sc Nursi...
RAKESH SAJJAN
 
GEOGRAPHY-Study Material [ Class 10th] .pdf
GEOGRAPHY-Study Material [ Class 10th] .pdf
SHERAZ AHMAD LONE
 
Paper 108 | Thoreau’s Influence on Gandhi: The Evolution of Civil Disobedience
Paper 108 | Thoreau’s Influence on Gandhi: The Evolution of Civil Disobedience
Rajdeep Bavaliya
 
This is why students from these 44 institutions have not received National Se...
This is why students from these 44 institutions have not received National Se...
Kweku Zurek
 
GREAT QUIZ EXCHANGE 2025 - GENERAL QUIZ.pptx
GREAT QUIZ EXCHANGE 2025 - GENERAL QUIZ.pptx
Ronisha Das
 
Community Health Nursing Approaches, Concepts, Roles & Responsibilities – Uni...
Community Health Nursing Approaches, Concepts, Roles & Responsibilities – Uni...
RAKESH SAJJAN
 
Code Profiling in Odoo 18 - Odoo 18 Slides
Code Profiling in Odoo 18 - Odoo 18 Slides
Celine George
 
How to Manage Multi Language for Invoice in Odoo 18
How to Manage Multi Language for Invoice in Odoo 18
Celine George
 
LDMMIA Practitioner Level Orientation Updates
LDMMIA Practitioner Level Orientation Updates
LDM & Mia eStudios
 
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
Ultimatewinner0342
 
LDMMIA Yoga S10 Free Workshop Grad Level
LDMMIA Yoga S10 Free Workshop Grad Level
LDM & Mia eStudios
 
NSUMD_M1 Library Orientation_June 11, 2025.pptx
NSUMD_M1 Library Orientation_June 11, 2025.pptx
Julie Sarpy
 
Environmental Science, Environmental Health, and Sanitation – Unit 3 | B.Sc N...
Environmental Science, Environmental Health, and Sanitation – Unit 3 | B.Sc N...
RAKESH SAJJAN
 
YSPH VMOC Special Report - Measles Outbreak Southwest US 6-14-2025.pptx
YSPH VMOC Special Report - Measles Outbreak Southwest US 6-14-2025.pptx
Yale School of Public Health - The Virtual Medical Operations Center (VMOC)
 
Sustainable Innovation with Immersive Learning
Sustainable Innovation with Immersive Learning
Leonel Morgado
 
English 3 Quarter 1_LEwithLAS_Week 1.pdf
English 3 Quarter 1_LEwithLAS_Week 1.pdf
DeAsisAlyanajaneH
 
SCHIZOPHRENIA OTHER PSYCHOTIC DISORDER LIKE Persistent delusion/Capgras syndr...
SCHIZOPHRENIA OTHER PSYCHOTIC DISORDER LIKE Persistent delusion/Capgras syndr...
parmarjuli1412
 
ROLE PLAY: FIRST AID -CPR & RECOVERY POSITION.pptx
ROLE PLAY: FIRST AID -CPR & RECOVERY POSITION.pptx
Belicia R.S
 
Q1_ENGLISH_PPT_WEEK 1 power point grade 3 Quarter 1 week 1
Q1_ENGLISH_PPT_WEEK 1 power point grade 3 Quarter 1 week 1
jutaydeonne
 
How to Manage Different Customer Addresses in Odoo 18 Accounting
How to Manage Different Customer Addresses in Odoo 18 Accounting
Celine George
 
Non-Communicable Diseases and National Health Programs – Unit 10 | B.Sc Nursi...
Non-Communicable Diseases and National Health Programs – Unit 10 | B.Sc Nursi...
RAKESH SAJJAN
 
GEOGRAPHY-Study Material [ Class 10th] .pdf
GEOGRAPHY-Study Material [ Class 10th] .pdf
SHERAZ AHMAD LONE
 
Paper 108 | Thoreau’s Influence on Gandhi: The Evolution of Civil Disobedience
Paper 108 | Thoreau’s Influence on Gandhi: The Evolution of Civil Disobedience
Rajdeep Bavaliya
 
This is why students from these 44 institutions have not received National Se...
This is why students from these 44 institutions have not received National Se...
Kweku Zurek
 
GREAT QUIZ EXCHANGE 2025 - GENERAL QUIZ.pptx
GREAT QUIZ EXCHANGE 2025 - GENERAL QUIZ.pptx
Ronisha Das
 
Community Health Nursing Approaches, Concepts, Roles & Responsibilities – Uni...
Community Health Nursing Approaches, Concepts, Roles & Responsibilities – Uni...
RAKESH SAJJAN
 
Code Profiling in Odoo 18 - Odoo 18 Slides
Code Profiling in Odoo 18 - Odoo 18 Slides
Celine George
 
How to Manage Multi Language for Invoice in Odoo 18
How to Manage Multi Language for Invoice in Odoo 18
Celine George
 
LDMMIA Practitioner Level Orientation Updates
LDMMIA Practitioner Level Orientation Updates
LDM & Mia eStudios
 
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
Ultimatewinner0342
 
LDMMIA Yoga S10 Free Workshop Grad Level
LDMMIA Yoga S10 Free Workshop Grad Level
LDM & Mia eStudios
 
NSUMD_M1 Library Orientation_June 11, 2025.pptx
NSUMD_M1 Library Orientation_June 11, 2025.pptx
Julie Sarpy
 
Environmental Science, Environmental Health, and Sanitation – Unit 3 | B.Sc N...
Environmental Science, Environmental Health, and Sanitation – Unit 3 | B.Sc N...
RAKESH SAJJAN
 
Sustainable Innovation with Immersive Learning
Sustainable Innovation with Immersive Learning
Leonel Morgado
 
English 3 Quarter 1_LEwithLAS_Week 1.pdf
English 3 Quarter 1_LEwithLAS_Week 1.pdf
DeAsisAlyanajaneH
 

What Is A Neural Network? | How Deep Neural Networks Work | Neural Network Tutorial | Simplilearn

  • 1. What’s in it for you? APPLICATIONS OF NEURAL NETWORK TYPES OF NEURAL NETWORK USE CASE - HOW DOES NEURAL NETWORK WORK? What is NEURAL NETWORK?
  • 2. What’s in it for you? How does neural network work? Advantages of neural network Applications of neural network What is Artificial nEural Network? Future of Neural Network What is Deep Learning?
  • 3. Brief History of Artificial Neural Network Hello!
  • 4. I am the human brain Brief History of Artificial Neural Network
  • 5. I am the most complex organ in the human body and I help you to think, understand and take decisions! Brief History of Artificial Neural Network
  • 6. And the secret behind all of my power is a neuron, I’ll get back to it in some time! Brief History of Artificial Neural Network
  • 7. Ever since the 1950’s, scientists have been trying to mimic the functioning of a neuron and use it to build smarter robots! Brief History of Artificial Neural Network
  • 8. After a lot of trial and error, humans finally designed a computer that can recognize human speech!! Brief History of Artificial Neural Network
  • 9. It was only after 2000 that humans were able to give birth to deep learning that was able to see and distinguish between different images and videos! Brief History of Artificial Neural Network
  • 10. Brief History of Artificial Intelligence The word ‘Artificial Intelligence’ coined by John McCarthy ‘Shakey’ was the first general purpose mobile robot built Supercomputer ‘Deep blue’ was designed which defeated the world Chess champion in a game First commercially successful robotic vacuum cleaner created Speech recognition, RPA, dancing robots, smart homes and many more to come from AI 1956 1969 1997 2002 2005-2018 What is Deep Learning?
  • 11. What is Deep Learning? SO what exactly is Deep Learning?
  • 12. What is Deep Learning? Deep learning is a machine learning technique that teaches computers to do what comes naturally to humans: learn by example These are the images of ‘Dogs’ The robot gets trained with photos as example!
  • 13. What is Deep Learning? Deep learning is a machine learning technique that teaches computers to do what comes naturally to humans: learn by example Wait! I know what you are
  • 14. What is Deep Learning? Deep learning is a machine learning technique that teaches computers to do what comes naturally to humans: learn by example You are a dog! Woof woof! And is able to identify the thing that it saw in the images!
  • 15. What is Deep Learning? That brings us to the question, how does deep learning do it?
  • 16. What is Deep Learning? Remember the neuron?
  • 17. What is Deep Learning? Scientist managed to build an artificial form of it that powers any deep learning based machine!
  • 18. Brief History of Artificial Intelligence The word ‘Artificial Intelligence’ coined by John McCarthy ‘Shakey’ was the first general purpose mobile robot built Supercomputer ‘Deep blue’ was designed which defeated the world Chess champion in a game First commercially successful robotic vacuum cleaner created Speech recognition, RPA, dancing robots, smart homes and many more to come from AI 1956 1969 1997 2002 2005-2018 What is Artificial Neural Network?
  • 19. What is Artificial Neural Network? To understand how an artificial neuron works, we need to understand how the real one works!
  • 20. What is Artificial Neural Network? Dendrite Axon Input to a neuron Cell body Information processing happens here Axon Output to the neuron
  • 21. What is Artificial Neural Network? Now, let’s see what an artificial neural network looks like
  • 22. What is Artificial Neural Network? Input layer Hidden layers Output layer
  • 23. What is Artificial Neural Network? So, you can see how similar they are! Input Feature extraction is done here Output Input to a neuron Information processing happens here AxonOutput to the neuron
  • 24. What is Artificial Neural Network? Input layer Hidden layers Output layer a neural network is a system of hardware and/or software patterned after the operation of neurons in the human brain. Neural networks also called artificial neural networks is a way of achieving deep learning Artificial neural network Input to a neuron Information processing happens here Axon Output to the neuron Biological neural network
  • 25. Brief History of Artificial Intelligence The word ‘Artificial Intelligence’ coined by John McCarthy ‘Shakey’ was the first general purpose mobile robot built Supercomputer ‘Deep blue’ was designed which defeated the world Chess champion in a game First commercially successful robotic vacuum cleaner created Speech recognition, RPA, dancing robots, smart homes and many more to come from AI 1956 1969 1997 2002 2005-2018 How does Artificial Neural Network work?
  • 26. How does Artificial Neural Network work? Let us find out how does an artificial neural network work!
  • 27. How does Artificial Neural Network work? Hey Siri,What is the time now?
  • 28. How does Artificial Neural Network work? It’s 12:30 in the morning!
  • 29. How does Artificial Neural Network work? Thanks!
  • 30. How does Artificial Neural Network work? Let’s find out how she recognizes speech!!
  • 31. How does Artificial Neural Network work? Here is a neural network and the different layers on it Input layer Hidden layers Output layer a b c D w x y z ....
  • 32. How does Artificial Neural Network work? This is the sentence that needs to be recognized by the network Input layer Hidden layers Output layer a b c D w x y z ....
  • 33. How does Artificial Neural Network work? is What the Time? Input layer Hidden layers Output layer a b c D w x y z ....
  • 34. How does Artificial Neural Network work? is What the Time? The sentence is sampled into discrete sound waves Input layer Hidden layers Output layer a b c D w x y z ....
  • 35. How does Artificial Neural Network work? is What the Time? First, lets consider the word ‘What’ Input layer Hidden layers Output layer a b c D w x y z ....
  • 36. How does Artificial Neural Network work? What The waveform is split based on every letter W H a t Input layer Hidden layers Output layer a b c D w x y z ....
  • 37. How does Artificial Neural Network work? What W H a t Now, we will split the soundwave for the letter ‘w’ into smaller segments.. Input layer Hidden layers Output layer a b c D w x y z ....
  • 38. How does Artificial Neural Network work? W H a t As the amplitude is varying in the sound wave for ‘w’, we collect the values at different intervals and form an array Input layer Hidden layers Output layer a b c D w x y z .... 0.5 1.5 1.7 1.9
  • 39. How does Artificial Neural Network work? W H a t We feed the array of amplitudes to the input layer Input layer Hidden layers Output layer a b c D w x y z .... 0.5 1.5 1.7 1.9 x1 x2 x3 x4
  • 40. W H a t Input layer Hidden layers Output layer a b c D w x y z .... How does Artificial Neural Network work? W1 W2 W3 W4 W5 W6 W7 W8 W9 w10 Random weights are assigned to each interconnection between input and hidden layer 0.5 1.5 1.7 1.9 x1 x2 x3 x4
  • 41. W H a t Input layer Hidden layers Output layer a b c D w x y z .... How does Artificial Neural Network work? W1 W2 W3 W4 W5 W6 W7 W8 W9 w10 i=1 n w x + b i i* The weights are multiplied with the inputs and a bias is added to form the transfer function 0.5 1.5 1.7 1.9 x1 x2 x3 x4
  • 42. W H a t Input layer Hidden layers Output layer a b c D w x y z .... How does Artificial Neural Network work? i=1 n w x + b i i* Weights are assigned to the interconnection between the hidden layers W11 W12 W13 W14 W15 W16 W17 W18 W19 W20 W21 W22 0.5 1.5 1.7 1.9 x1 x2 x3 x4
  • 43. W H a t Input layer Hidden layers Output layer a b c D w x y z .... How does Artificial Neural Network work? i=1 n w x + b i i* W11 W12 W13 W14 W15 W16 W17 W18 W19 W20 W21 W22 the output of the transfer function is fed as an input to the activation function 0.5 1.5 1.7 1.9 x1 x2 x3 x4
  • 44. How does Artificial Neural Network work? Accoustic model Acoustic model contains the statistical representation of each distinct sound that makes a word W H a t Input layer Hidden layers Output layer a b c D w x y z .... 0.5 1.5 1.7 1.9 x1 x2 x3 x4
  • 45. How does Artificial Neural Network work? Accoustic model lexiconLexicon contains the data for different pronunciations of every word W H a t Input layer Hidden layers Output layer a b c D w x y z .... 0.5 1.5 1.7 1.9 x1 x2 x3 x4
  • 46. How does Artificial Neural Network work? Accoustic model lexicon Language model contains a large list of words and the probability of them occurring W H a t Input layer Hidden layers Output layer a b c D w x y z .... Language model 0.5 1.5 1.7 1.9 x1 x2 x3 x4
  • 47. How does Artificial Neural Network work? With the help of these models, the network predicts the words that you are trying to say! Acoustic model lexicon W H a t Input layer Hidden layers Output layer a b c D w x y z .... Language model output 0.5 1.5 1.7 1.9 x1 x2 x3 x4
  • 48. How does Artificial Neural Network work? With the help of these models, the network predicts the words that you are trying to say! Accoustic model lexicon W H a t Input layer Hidden layers Output layer a b c D w x y z .... Language model output 0.5 1.5 1.7 1.9 x1 x2 x3 x4
  • 49. How does Artificial Neural Network work? is What is What the Time? the Time? Following the same process for every word and letter, the neural network recognizes the sentence you said..
  • 50. How does Artificial Neural Network work? Input layer Hidden layers Output layer is What the Time? x1 x2 x3 x4 W23 W24 W25 W26 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z is What the Time? It’s 12:30!
  • 51. Brief History of Artificial Intelligence The word ‘Artificial Intelligence’ coined by John McCarthy ‘Shakey’ was the first general purpose mobile robot built Supercomputer ‘Deep blue’ was designed which defeated the world Chess champion in a game First commercially successful robotic vacuum cleaner created Speech recognition, RPA, dancing robots, smart homes and many more to come from AI 1956 1969 1997 2002 2005-2018 Advantages of Artificial Neural Network
  • 52. Advantages of Artificial Neural Network So gentlemen, could you tell me the advantages of Artificial Neural Network?
  • 53. Advantages of Artificial Neural Network an artificial neural network’s outputs aren't limited entirely by inputs and results given to them initially by an expert system
  • 54. Advantages of Artificial Neural Network This ability comes in handy for robotics and pattern recognition systems!
  • 55. Advantages of Artificial Neural Network Artificial Neural Networks have the potential for high fault tolerance!
  • 56. Advantages of Artificial Neural Network Artificial Neural Network are capable of debugging or diagnosing a network on their own!
  • 57. Advantages of Artificial Neural Network Non - linear systems have the capability of finding shortcuts to reach computationally expensive solutions
  • 58. Brief History of Artificial Intelligence The word ‘Artificial Intelligence’ coined by John McCarthy ‘Shakey’ was the first general purpose mobile robot built Supercomputer ‘Deep blue’ was designed which defeated the world Chess champion in a game First commercially successful robotic vacuum cleaner created Speech recognition, RPA, dancing robots, smart homes and many more to come from AI 1956 1969 1997 2002 2005-2018 Applications of Artificial Neural Network
  • 59. Applications of Artificial Neural Network Let’s look at some of the real life applications of artificial neural network!
  • 60. Handwriting recognition Neural network is used to convert handwritten characters into digital characters that the system can recognize Applications of Artificial Neural Network
  • 61. Stock exchange prediction There are many factors that effect the stock market. Neural network can examine a lot of factors and predict the prices on a daily basis helping the stock brokers Applications of Artificial Neural Network
  • 62. Travelling salesman problem It refers to finding the optimal path to travel between all cities in an area. Neural network helps solve this problem providing higher revenue at a minimal cost Applications of Artificial Neural Network
  • 63. Image compression Applications of Artificial Neural Network Idea behind data compression neural networks is to store, encrypt and re-create the actual image again.
  • 64. Brief History of Artificial Intelligence The word ‘Artificial Intelligence’ coined by John McCarthy ‘Shakey’ was the first general purpose mobile robot built Supercomputer ‘Deep blue’ was designed which defeated the world Chess champion in a game First commercially successful robotic vacuum cleaner created Speech recognition, RPA, dancing robots, smart homes and many more to come from AI 1956 1969 1997 2002 2005-2018 Future of Artificial Neural Network
  • 65. Future of Artificial Neural Network I’ll tell you what I see in the future!
  • 66. Future of Artificial Neural Network More personalized choices for users and customers all over the world
  • 67. Future of Artificial Neural Network More personalized choices for users and customers all over the world Hyper intelligent virtual assistants will make life easier
  • 68. Future of Artificial Neural Network More personalized choices for users and customers all over the world Hyper intelligent virtual assistants will make life easier New forms of algorithm or learning methods would be discovered
  • 69. Future of Artificial Neural Network More personalized choices for users and customers all over the world Hyper intelligent virtual assistants will make life easier New forms of algorithm or learning methods would be discoveredNeural networks will be a lot faster in the future
  • 70. Future of Artificial Neural Network More personalized choices for users and customers all over the world Hyper intelligent virtual assistants will make life easier New forms of algorithm or learning methods would be discoveredNeural networks will be a lot faster in the future Neural network tools will be embedded in every design surface
  • 71. Future of Artificial Neural Network More personalized choices for users and customers all over the world Hyper intelligent virtual assistants will make life easier New forms of algorithm or learning methods would be discoveredNeural networks will be a lot faster in the future Neural network tools will be embedded in every design surface Neural networks will be used in the field of medicine, agriculture, etc

Editor's Notes