SlideShare a Scribd company logo
1 of 25
INTRODUCTIONTO
ARTIFICIALNEURALNETWORKS
(ANN)
Definition
Human biological neuron
Artificial Neuron
Outline
Applications of ANN
1
Advantages of ANN
Disadvantages of ANN
TheideaofANNs?
NNs learn relationship between cause and effect or
organize large volumes of data into orderly and
informative patterns.
frog
lion
bird
What is that?
It’s a frog
2
InspirationfromNeurobiology 3
Human Biological Neuron
Biological Neural Networks
A Biological neuron has
three components :
AXON
SOMA(CELL BODY)
DENDRITES
T
4
6
AXON: It is
the receiver
SOMA:
Connector to
dendrites
DENDRITES:
IT takes input
from other
cells.
WHATAMI MADEOF?
FunctionOf Neuron
 Neurons are the building blocks of the nervous
system.
 They receive and transmit signals to different
parts of the body.
 This is carried out in both physical and electrical
forms.
 There are several different types of neurons that
facilitate the transmission of information.
6
WHATIS ANN?
 It is a data processing system consisting of a large
number of simple, highly interconnected processing
elements (artificial neurons) in an architecture inspired
by the structure of the cerebral cortex of the brain.
7
Arewe thesame?
ANN Biological Neuron
 INPUT DENDRITES
 NODE SOMA
 OUTPUT AXON
 INTERCONNECTION SYNAPSE
8
9
 A physical
neuron
 An artificial
neuron
A Graphical Analogy
Perceptrons
 Artificial neuron also known as perceptron is
the basic unit of the neural network. In simple
terms, it is a mathematical function based on
a model of biological neurons. It can also be
seen as a simple logic gate with binary
outputs. They are sometimes also
called perceptrons.
10
Model Of A perceptron 11
 f()
Y
Wa
Wb
Wc
Connection
weights
Summing
function
computation
X1
X3
X2
Input units
(dendrite) (synapse) (axon)
(soma)
 Perceptron has following components :
 INPUT VALUES >>We pass input values to a
neuron using this layer. It might be
something as simple as a collection of
array values. It is similar to a dendrite in
biological neurons .
12
 WEIGHT AND BIAS >> Weights are a collection of
array values which are multiplied to the respective
input values. We then take a sum of all these
multiplied values which is called a weighted sum.
Next, we add a bias value to the weighted sum to get
final value for prediction by our neuron.
13
 ACTIVATION FUNCTION >>
Activation Function decides whether or
not a neuron is fired. It decides which
of the two output values should be
generated by the neuron.
14
 OUTPUT LAYER >> Output layer gives
the final output of a neuron which can
then be passed to other neurons in the
network or taken as the final output
value.
15
HOWDOESANNWORKS
 Artificial neural networks (ANNs) are comprised of a node layers,
containing an input layer, one or more hidden layers, and an
output layer.
 Each node, or artificial neuron, connects to another and has an
associated weight and threshold.
 Once an input layer is determined, weights are assigned. These
help determine the importance of any given variable, with larger
contributing more significantly to the output compared to other
 Their respective weights and then summed. Afterward, the output
passed through an activation function, which determines the
 If the output of any individual node is above the specified threshold
value, that node is activated, sending data to the next layer of the
network.
16
HowDoes ANNLearns?
 Typically, an ANN is initially trained or fed large
amounts of data. Training consists of providing input
and telling the network what the output should be.
 For example, to build a network that identifies the
faces of actors, the initial training might be a series of
pictures, including actors, non-actors, masks, statuary
and animal faces.
 Each input is accompanied by the matching
identification, such as actors' names or "not actor" or
"not human" information. Providing the answers allows
the model to adjust its internal weightings to learn how
to do its job better.
17
Advantages Of ANN
 Parallel processing abilities mean the network can
perform more than one job at a time.
 Information is stored on an entire network, not just a
database.
 Fault tolerance means the corruption of one or more cells
of the ANN will not stop the generation of output.
 Gradual corruption means the network will slowly
degrade over time, instead of a problem destroying the
network instantly.
 ANN can learn from events and make decisions based on
the observations.
18
Who is interested?...
 Electrical Engineers – signal processing, control theory
 Computer Engineers – robotics
 Computer Scientists – artificial intelligence, pattern
recognition
 Mathematicians – modelling tool when explicit
relationships are unknown
19
 Signal processing
 Pattern recognition, e.g. handwritten characters or face identification.
 Diagnosis or mapping symptoms to a medical case.
 Speech recognition
 Human Emotion Detection
 Educational Loan Forecasting
20
ApplicationsofANN
Disadvantages Of ANN
 Artificial Neural Networks require processors with parallel
processing power, by their structure.
 When ANN gives a probing solution, it does not give a clue as
to why and how ?
 There is no specific rule for determining the structure of
artificial neural networks.
 The appropriate network structure is achieved through
experience and trial and error.
 The display mechanism to be determined will directly
influence the performance of the network.
 This is dependent on the user's ability
21
FUTUREOF ANN
 Self Driving Cars
 More Advanced Digital ASSISTANTS
 Object Detection
 Powerful CPU’s
 Fake content detector in social media sites
22
Refrence
 https://www.geeksforgeeks.org/difference-between-
ann-and-bnn/
 https://viso.ai/deep-learning/artificial-neural-network/
 https://towardsdatascience.com/whats-the-role-of-
weights-and-bias-in-a-neural-network-4cf7e9888a0f
 https://dzone.com/articles/designing-a-neural-
network-in-java-activation-func
 https://searchenterpriseai.techtarget.com/definition/ne
ural-network
23
THANK YOU

More Related Content

What's hot

Artificial Neural Network seminar presentation using ppt.
Artificial Neural Network seminar presentation using ppt.Artificial Neural Network seminar presentation using ppt.
Artificial Neural Network seminar presentation using ppt.Mohd Faiz
 
MACHINE LEARNING - GENETIC ALGORITHM
MACHINE LEARNING - GENETIC ALGORITHMMACHINE LEARNING - GENETIC ALGORITHM
MACHINE LEARNING - GENETIC ALGORITHMPuneet Kulyana
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural NetworkPrakash K
 
Neural network
Neural network Neural network
Neural network Faireen
 
Neural network final NWU 4.3 Graphics Course
Neural network final NWU 4.3 Graphics CourseNeural network final NWU 4.3 Graphics Course
Neural network final NWU 4.3 Graphics CourseMohaiminur Rahman
 
Artifical Neural Network and its applications
Artifical Neural Network and its applicationsArtifical Neural Network and its applications
Artifical Neural Network and its applicationsSangeeta Tiwari
 
Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)Gaurav Mittal
 
Artificial Neural Networks - ANN
Artificial Neural Networks - ANNArtificial Neural Networks - ANN
Artificial Neural Networks - ANNMohamed Talaat
 
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...Simplilearn
 
Kohonen self organizing maps
Kohonen self organizing mapsKohonen self organizing maps
Kohonen self organizing mapsraphaelkiminya
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural NetworkManasa Mona
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural NetworkMuhammad Ishaq
 
Neural networks.ppt
Neural networks.pptNeural networks.ppt
Neural networks.pptSrinivashR3
 
Artificial Neural Network(Artificial intelligence)
Artificial Neural Network(Artificial intelligence)Artificial Neural Network(Artificial intelligence)
Artificial Neural Network(Artificial intelligence)spartacus131211
 

What's hot (20)

Artificial Neural Network seminar presentation using ppt.
Artificial Neural Network seminar presentation using ppt.Artificial Neural Network seminar presentation using ppt.
Artificial Neural Network seminar presentation using ppt.
 
Neural networks introduction
Neural networks introductionNeural networks introduction
Neural networks introduction
 
MACHINE LEARNING - GENETIC ALGORITHM
MACHINE LEARNING - GENETIC ALGORITHMMACHINE LEARNING - GENETIC ALGORITHM
MACHINE LEARNING - GENETIC ALGORITHM
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
 
Neural network
Neural networkNeural network
Neural network
 
Artificial Neural Network Topology
Artificial Neural Network TopologyArtificial Neural Network Topology
Artificial Neural Network Topology
 
Neural Networks
Neural NetworksNeural Networks
Neural Networks
 
Neural network
Neural network Neural network
Neural network
 
Neural network final NWU 4.3 Graphics Course
Neural network final NWU 4.3 Graphics CourseNeural network final NWU 4.3 Graphics Course
Neural network final NWU 4.3 Graphics Course
 
Artifical Neural Network and its applications
Artifical Neural Network and its applicationsArtifical Neural Network and its applications
Artifical Neural Network and its applications
 
Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)
 
neural networks
 neural networks neural networks
neural networks
 
Neural networks
Neural networksNeural networks
Neural networks
 
Artificial Neural Networks - ANN
Artificial Neural Networks - ANNArtificial Neural Networks - ANN
Artificial Neural Networks - ANN
 
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
Artificial Neural Network | Deep Neural Network Explained | Artificial Neural...
 
Kohonen self organizing maps
Kohonen self organizing mapsKohonen self organizing maps
Kohonen self organizing maps
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
 
Neural networks.ppt
Neural networks.pptNeural networks.ppt
Neural networks.ppt
 
Artificial Neural Network(Artificial intelligence)
Artificial Neural Network(Artificial intelligence)Artificial Neural Network(Artificial intelligence)
Artificial Neural Network(Artificial intelligence)
 

Similar to Artificial neural network

Artifical neural networks
Artifical neural networksArtifical neural networks
Artifical neural networksalldesign
 
What are neural networks.pdf
What are neural networks.pdfWhat are neural networks.pdf
What are neural networks.pdfStephenAmell4
 
What are neural networks.pdf
What are neural networks.pdfWhat are neural networks.pdf
What are neural networks.pdfAnastasiaSteele10
 
What are neural networks.pdf
What are neural networks.pdfWhat are neural networks.pdf
What are neural networks.pdfStephenAmell4
 
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 13
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 13Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 13
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 13Dr. Muhammad Ali Tirmizi., Ph.D.
 
Neural networks are parallel computing devices.docx.pdf
Neural networks are parallel computing devices.docx.pdfNeural networks are parallel computing devices.docx.pdf
Neural networks are parallel computing devices.docx.pdfneelamsanjeevkumar
 
Neural Networks Ver1
Neural  Networks  Ver1Neural  Networks  Ver1
Neural Networks Ver1ncct
 
Artificial Neural Network report
Artificial Neural Network reportArtificial Neural Network report
Artificial Neural Network reportAnjali Agrawal
 
neural networks
 neural networks neural networks
neural networksjoshiblog
 
Neuralnetwork 101222074552-phpapp02
Neuralnetwork 101222074552-phpapp02Neuralnetwork 101222074552-phpapp02
Neuralnetwork 101222074552-phpapp02Deepu Gupta
 
BACKPROPOGATION ALGO.pdfLECTURE NOTES WITH SOLVED EXAMPLE AND FEED FORWARD NE...
BACKPROPOGATION ALGO.pdfLECTURE NOTES WITH SOLVED EXAMPLE AND FEED FORWARD NE...BACKPROPOGATION ALGO.pdfLECTURE NOTES WITH SOLVED EXAMPLE AND FEED FORWARD NE...
BACKPROPOGATION ALGO.pdfLECTURE NOTES WITH SOLVED EXAMPLE AND FEED FORWARD NE...DurgadeviParamasivam
 
Neural networks
Neural networksNeural networks
Neural networksBasil John
 

Similar to Artificial neural network (20)

ANN - UNIT 1.pptx
ANN - UNIT 1.pptxANN - UNIT 1.pptx
ANN - UNIT 1.pptx
 
Artifical neural networks
Artifical neural networksArtifical neural networks
Artifical neural networks
 
What are neural networks.pdf
What are neural networks.pdfWhat are neural networks.pdf
What are neural networks.pdf
 
What are neural networks.pdf
What are neural networks.pdfWhat are neural networks.pdf
What are neural networks.pdf
 
What are neural networks.pdf
What are neural networks.pdfWhat are neural networks.pdf
What are neural networks.pdf
 
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 13
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 13Dr. Syed Muhammad Ali Tirmizi - Special topics in finance   lec 13
Dr. Syed Muhammad Ali Tirmizi - Special topics in finance lec 13
 
ANN.ppt
ANN.pptANN.ppt
ANN.ppt
 
Neural networks are parallel computing devices.docx.pdf
Neural networks are parallel computing devices.docx.pdfNeural networks are parallel computing devices.docx.pdf
Neural networks are parallel computing devices.docx.pdf
 
Neural Network
Neural NetworkNeural Network
Neural Network
 
ANN.pptx
ANN.pptxANN.pptx
ANN.pptx
 
Neural Networks Ver1
Neural  Networks  Ver1Neural  Networks  Ver1
Neural Networks Ver1
 
Artificial Neural Network report
Artificial Neural Network reportArtificial Neural Network report
Artificial Neural Network report
 
SoftComputing5
SoftComputing5SoftComputing5
SoftComputing5
 
neural networks
 neural networks neural networks
neural networks
 
Neural network
Neural networkNeural network
Neural network
 
Artifical Neural Network
Artifical Neural NetworkArtifical Neural Network
Artifical Neural Network
 
Neuralnetwork 101222074552-phpapp02
Neuralnetwork 101222074552-phpapp02Neuralnetwork 101222074552-phpapp02
Neuralnetwork 101222074552-phpapp02
 
BACKPROPOGATION ALGO.pdfLECTURE NOTES WITH SOLVED EXAMPLE AND FEED FORWARD NE...
BACKPROPOGATION ALGO.pdfLECTURE NOTES WITH SOLVED EXAMPLE AND FEED FORWARD NE...BACKPROPOGATION ALGO.pdfLECTURE NOTES WITH SOLVED EXAMPLE AND FEED FORWARD NE...
BACKPROPOGATION ALGO.pdfLECTURE NOTES WITH SOLVED EXAMPLE AND FEED FORWARD NE...
 
Neural networks
Neural networksNeural networks
Neural networks
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 

Recently uploaded

CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixingviprabot1
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 

Recently uploaded (20)

CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixing
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 

Artificial neural network

  • 2. Definition Human biological neuron Artificial Neuron Outline Applications of ANN 1 Advantages of ANN Disadvantages of ANN
  • 3. TheideaofANNs? NNs learn relationship between cause and effect or organize large volumes of data into orderly and informative patterns. frog lion bird What is that? It’s a frog 2
  • 5. Biological Neural Networks A Biological neuron has three components : AXON SOMA(CELL BODY) DENDRITES T 4
  • 6. 6 AXON: It is the receiver SOMA: Connector to dendrites DENDRITES: IT takes input from other cells. WHATAMI MADEOF?
  • 7. FunctionOf Neuron  Neurons are the building blocks of the nervous system.  They receive and transmit signals to different parts of the body.  This is carried out in both physical and electrical forms.  There are several different types of neurons that facilitate the transmission of information. 6
  • 8. WHATIS ANN?  It is a data processing system consisting of a large number of simple, highly interconnected processing elements (artificial neurons) in an architecture inspired by the structure of the cerebral cortex of the brain. 7
  • 9. Arewe thesame? ANN Biological Neuron  INPUT DENDRITES  NODE SOMA  OUTPUT AXON  INTERCONNECTION SYNAPSE 8
  • 10. 9  A physical neuron  An artificial neuron A Graphical Analogy
  • 11. Perceptrons  Artificial neuron also known as perceptron is the basic unit of the neural network. In simple terms, it is a mathematical function based on a model of biological neurons. It can also be seen as a simple logic gate with binary outputs. They are sometimes also called perceptrons. 10
  • 12. Model Of A perceptron 11  f() Y Wa Wb Wc Connection weights Summing function computation X1 X3 X2 Input units (dendrite) (synapse) (axon) (soma)
  • 13.  Perceptron has following components :  INPUT VALUES >>We pass input values to a neuron using this layer. It might be something as simple as a collection of array values. It is similar to a dendrite in biological neurons . 12
  • 14.  WEIGHT AND BIAS >> Weights are a collection of array values which are multiplied to the respective input values. We then take a sum of all these multiplied values which is called a weighted sum. Next, we add a bias value to the weighted sum to get final value for prediction by our neuron. 13
  • 15.  ACTIVATION FUNCTION >> Activation Function decides whether or not a neuron is fired. It decides which of the two output values should be generated by the neuron. 14
  • 16.  OUTPUT LAYER >> Output layer gives the final output of a neuron which can then be passed to other neurons in the network or taken as the final output value. 15
  • 17. HOWDOESANNWORKS  Artificial neural networks (ANNs) are comprised of a node layers, containing an input layer, one or more hidden layers, and an output layer.  Each node, or artificial neuron, connects to another and has an associated weight and threshold.  Once an input layer is determined, weights are assigned. These help determine the importance of any given variable, with larger contributing more significantly to the output compared to other  Their respective weights and then summed. Afterward, the output passed through an activation function, which determines the  If the output of any individual node is above the specified threshold value, that node is activated, sending data to the next layer of the network. 16
  • 18. HowDoes ANNLearns?  Typically, an ANN is initially trained or fed large amounts of data. Training consists of providing input and telling the network what the output should be.  For example, to build a network that identifies the faces of actors, the initial training might be a series of pictures, including actors, non-actors, masks, statuary and animal faces.  Each input is accompanied by the matching identification, such as actors' names or "not actor" or "not human" information. Providing the answers allows the model to adjust its internal weightings to learn how to do its job better. 17
  • 19. Advantages Of ANN  Parallel processing abilities mean the network can perform more than one job at a time.  Information is stored on an entire network, not just a database.  Fault tolerance means the corruption of one or more cells of the ANN will not stop the generation of output.  Gradual corruption means the network will slowly degrade over time, instead of a problem destroying the network instantly.  ANN can learn from events and make decisions based on the observations. 18
  • 20. Who is interested?...  Electrical Engineers – signal processing, control theory  Computer Engineers – robotics  Computer Scientists – artificial intelligence, pattern recognition  Mathematicians – modelling tool when explicit relationships are unknown 19
  • 21.  Signal processing  Pattern recognition, e.g. handwritten characters or face identification.  Diagnosis or mapping symptoms to a medical case.  Speech recognition  Human Emotion Detection  Educational Loan Forecasting 20 ApplicationsofANN
  • 22. Disadvantages Of ANN  Artificial Neural Networks require processors with parallel processing power, by their structure.  When ANN gives a probing solution, it does not give a clue as to why and how ?  There is no specific rule for determining the structure of artificial neural networks.  The appropriate network structure is achieved through experience and trial and error.  The display mechanism to be determined will directly influence the performance of the network.  This is dependent on the user's ability 21
  • 23. FUTUREOF ANN  Self Driving Cars  More Advanced Digital ASSISTANTS  Object Detection  Powerful CPU’s  Fake content detector in social media sites 22
  • 24. Refrence  https://www.geeksforgeeks.org/difference-between- ann-and-bnn/  https://viso.ai/deep-learning/artificial-neural-network/  https://towardsdatascience.com/whats-the-role-of- weights-and-bias-in-a-neural-network-4cf7e9888a0f  https://dzone.com/articles/designing-a-neural- network-in-java-activation-func  https://searchenterpriseai.techtarget.com/definition/ne ural-network 23