SlideShare uma empresa Scribd logo
1 de 20
ARTIFICIAL INTELLIGENCE
Bharat P. Patil
M.Sc. C.S. Part II
64
Neural Network Theory
`
Neural Network
• An artificial neural network (ANN), often
just called a "neural network" (NN), is a
mathematical model or computational
model based on biological neural networks,
in other words, is an emulation of biological
neural system.
`
Why Neural Network?
• Neural networks are useful for data mining and
decision-support applications.
• People are good at generalizing from experience.
• Computers excel at following explicit instructions
over and over.
• Neural networks bridge this gap by modeling, on
a computer, the neural behavior of human brains.
`
NEURONS AS FUNCTIONS
• Neurons transforms an activation x(t) into a
bounded output signal S(x(t)).
• Usually a sigmoid function is used for this
purpose.
• A sigmoidal curve also describes the input-output
behavior of many operational amplifier.
• For instance, the logistic signal function,
S (x) = 1/1+ e-cx
is sigmoidal and strictly increases for positive
scaling constant c > 0.
`
• Strict monotonicity implies that the activation
derivative of S is positive.
S’ = dS/dx = cS(1 – S’) > 0
`
• The threshold signal function illustrates a non-
differentiable signal function. In general signal
function are piece wise differentiable.
• The family of logistics signal functions, indexed
by c, approaches asymptotically the threshold
function as c increases to positive infinity.
• Then S transduces positive activation x to unity
signals, negative activations to zero signals.
• We can arbitrarily transduce zero activation to
unity, zero, or the previous signal value.
`
Signal Monotonicity
• Signal functions are monotone non-decreasing
S’ ≥ 0.
• Increasing activation values can only increase the
output signal or leave it unchanged. They can
never decrease the signal.
• One admissible possibility, often found in
simulation discretization, is an increasing
staircase signal function.
• The staircase signal function is a piece wise
differentiable monotone non-decreasing signal
function.
`
• Gaussian signal function represents an important
exception to signal monotonicity.
• Gaussian signal function take the form S(x) =
for c > 0.
• Then S’ = -2cx .
• So the sign of signal activation derivative S’ is
opposite the sign of activation X.
• Generalized Gaussian signal function define
potential or radial basis functions
Si(x) = exp -
`
• For input activation vector x = (x1,…….,xn) ϵ , Rn
variance ,and mean vector
• Each radial basis function defines a spherical
respective field in Rn.
• The ith neuron emits unity, or near-
unity, signals for sample activations vectors x
that fall in its respective field.
• The radius of the Gaussian spherical receptive
field shrinks as the variance decreases.
`
Soma
Biological Activations and Signals
Axon
Hillock
`
Terminologies
• Soma: A neuron is composed of nucleus and the
cell body is termed as Soma.
• Dendrite: This is attached to the Soma which are
long irregular shaped elements. They behave a s
an input channel that is all the input from the
other neuron arrive through the dendrite.
• Axon: Another type of link attached to the soma is
the axon. Unlike the dendrite links the Axon are
electrically active and serve as a output channel.
`
The Axon mainly appears on the output cell which
are non-linear threshold devices producing a
voltage pulse called the Action Potential or the
Spike.
The neuron fires by propagating the Action
Potential down the Axon to exhit or inhibit the
other neurons.
• Synapse: The Axon terminates in a specialized
contact called synapse or synaptic junction that
connects the Axon with the dendritic link of the
other neuron. This junction is responsible for
accelerating or retarding the electrical charges to
the Soma.
`
• Axon Hillock: Membrane potential differences
or pulses accumulate at the membrane of the
Axon Hillock, where the neuron connects to
one of its axons or long branches.
• Synaptic Junction: The large signal pulse
propagates down the Axon and its branches,
where axonal insulators restore and amplify
the signal as it propagates until it arrives at a
Synaptic junction.
`
Neuron Fields
• A field of neurons is a topological grouping.
• Neural networks contain many fields of
neurons.
• Neurons within the field are topologically
ordered, often by proximity.
• Planar hexagonal packing of neurons provides
a different topological ordering.
• Three dimensional or volume proximity
packing, often found in mammalian
brains, provides another topological ordering.
`
• We assume that neurons are not topologically
ordered . They are related by synaptic
connection between them.
• Kohonen calls this lack of topological structure
in a field of neurons the zeroth order
topology.
• Fx = default field of neurons.
• Fy = second field of neuron.
• Fz = third field of neuron.
`
• We use minimal neural hierarchies {Fx, Fy} or
{Fx, Fy, Fz}. Instead of more accurate, more
cumbersome index hierarchy notation
{F1…….Fk}.
• We denote a three layer feed forward neural
network as Fx  Fy  Fz.
• Fx = Input fields.
• Fz = Output fields.
`
Neuronal Dynamic System
• Neuronal Dynamic System is described by a
system of first order differential or difference
equation that governs the time evolution of
neuronal activation or membrane potentials.
• For fields Fx and Fy.
x1 = g1 (Fx, Fy,…)
.
.
xn = gn (Fx, Fy,…)
`
y1 = h1 (Fx, Fy,…)
.
.
yn = hn (Fx, Fy,…)
In vector notation,
x = g (Fx, Fy,…)
y = h (Fx, Fy,…)
`
• Where xi and yj denote the activation time
function of the ith neuron in Fx and the jth
neuron in Fy. The arguments of gi and hj
functions also include synaptic and input
information.
• We do not include time as an independent
variable. As a result, in dynamical system
theory, neural-network models classify as
autonomous dynamical system.
`

Mais conteúdo relacionado

Mais procurados

Artificial Neural Network
Artificial Neural Network Artificial Neural Network
Artificial Neural Network
Iman Ardekani
 
Counterpropagation NETWORK
Counterpropagation NETWORKCounterpropagation NETWORK
Counterpropagation NETWORK
ESCOM
 
Convolution Neural Networks
Convolution Neural NetworksConvolution Neural Networks
Convolution Neural Networks
AhmedMahany
 
FUNCTION APPROXIMATION
FUNCTION APPROXIMATIONFUNCTION APPROXIMATION
FUNCTION APPROXIMATION
ankita pandey
 
Arquitecturas Basicas Slides
Arquitecturas Basicas SlidesArquitecturas Basicas Slides
Arquitecturas Basicas Slides
ESCOM
 
Backpropagation in Convolutional Neural Network
Backpropagation in Convolutional Neural NetworkBackpropagation in Convolutional Neural Network
Backpropagation in Convolutional Neural Network
Hiroshi Kuwajima
 

Mais procurados (20)

Mc Culloch Pitts Neuron
Mc Culloch Pitts NeuronMc Culloch Pitts Neuron
Mc Culloch Pitts Neuron
 
Neural network
Neural networkNeural network
Neural network
 
Artificial Neural Networks Lect2: Neurobiology & Architectures of ANNS
Artificial Neural Networks Lect2: Neurobiology & Architectures of ANNSArtificial Neural Networks Lect2: Neurobiology & Architectures of ANNS
Artificial Neural Networks Lect2: Neurobiology & Architectures of ANNS
 
Perceptron (neural network)
Perceptron (neural network)Perceptron (neural network)
Perceptron (neural network)
 
Neural network
Neural networkNeural network
Neural network
 
Hopfield Networks
Hopfield NetworksHopfield Networks
Hopfield Networks
 
Artificial Neural Network
Artificial Neural Network Artificial Neural Network
Artificial Neural Network
 
Counterpropagation NETWORK
Counterpropagation NETWORKCounterpropagation NETWORK
Counterpropagation NETWORK
 
Convolution Neural Networks
Convolution Neural NetworksConvolution Neural Networks
Convolution Neural Networks
 
FUNCTION APPROXIMATION
FUNCTION APPROXIMATIONFUNCTION APPROXIMATION
FUNCTION APPROXIMATION
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
 
Arquitecturas Basicas Slides
Arquitecturas Basicas SlidesArquitecturas Basicas Slides
Arquitecturas Basicas Slides
 
Deep learning: Mathematical Perspective
Deep learning: Mathematical PerspectiveDeep learning: Mathematical Perspective
Deep learning: Mathematical Perspective
 
Perceptron
PerceptronPerceptron
Perceptron
 
Artificial Neural Network Lecture 6- Associative Memories & Discrete Hopfield...
Artificial Neural Network Lecture 6- Associative Memories & Discrete Hopfield...Artificial Neural Network Lecture 6- Associative Memories & Discrete Hopfield...
Artificial Neural Network Lecture 6- Associative Memories & Discrete Hopfield...
 
14 Machine Learning Single Layer Perceptron
14 Machine Learning Single Layer Perceptron14 Machine Learning Single Layer Perceptron
14 Machine Learning Single Layer Perceptron
 
HOPFIELD NETWORK
HOPFIELD NETWORKHOPFIELD NETWORK
HOPFIELD NETWORK
 
Backpropagation in Convolutional Neural Network
Backpropagation in Convolutional Neural NetworkBackpropagation in Convolutional Neural Network
Backpropagation in Convolutional Neural Network
 
Perceptron working
Perceptron workingPerceptron working
Perceptron working
 
Multilayer perceptron
Multilayer perceptronMultilayer perceptron
Multilayer perceptron
 

Semelhante a Artificial intelligence

20200428135045cfbc718e2c.pdf
20200428135045cfbc718e2c.pdf20200428135045cfbc718e2c.pdf
20200428135045cfbc718e2c.pdf
TitleTube
 

Semelhante a Artificial intelligence (20)

UNIT-3 .PPTX
UNIT-3 .PPTXUNIT-3 .PPTX
UNIT-3 .PPTX
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
 
20200428135045cfbc718e2c.pdf
20200428135045cfbc718e2c.pdf20200428135045cfbc718e2c.pdf
20200428135045cfbc718e2c.pdf
 
Data science course in pune
Data science course in puneData science course in pune
Data science course in pune
 
Data science course in pune
Data science course in puneData science course in pune
Data science course in pune
 
Machine learning certification in gurgaon
Machine learning certification in gurgaon Machine learning certification in gurgaon
Machine learning certification in gurgaon
 
Data science training ang placements
Data science training ang placementsData science training ang placements
Data science training ang placements
 
Data science training in mumbai
Data science training in mumbaiData science training in mumbai
Data science training in mumbai
 
data science course
data science coursedata science course
data science course
 
machine learning training in bangalore
machine learning training in bangalore machine learning training in bangalore
machine learning training in bangalore
 
data science course in pune
data science course in punedata science course in pune
data science course in pune
 
Data science certification in mumbai
Data science certification in mumbaiData science certification in mumbai
Data science certification in mumbai
 
Data science training in mumbai
Data science training in mumbaiData science training in mumbai
Data science training in mumbai
 
Data science courses in bangalore
Data science courses in bangaloreData science courses in bangalore
Data science courses in bangalore
 
Data science course
Data science courseData science course
Data science course
 
Data science certification in pune
Data science certification in puneData science certification in pune
Data science certification in pune
 
Data science certification course
Data science certification courseData science certification course
Data science certification course
 
Data science certification in bangalore
Data science certification in bangaloreData science certification in bangalore
Data science certification in bangalore
 
Data science certification
Data science certificationData science certification
Data science certification
 
Machine learning
Machine learning Machine learning
Machine learning
 

Mais de ReachLocal Services India

Mais de ReachLocal Services India (12)

Excel ppt
Excel pptExcel ppt
Excel ppt
 
Virtual reality
Virtual realityVirtual reality
Virtual reality
 
Digital signatures
Digital signaturesDigital signatures
Digital signatures
 
System security
System securitySystem security
System security
 
Distributed database
Distributed databaseDistributed database
Distributed database
 
Loop invariant computation
Loop invariant computationLoop invariant computation
Loop invariant computation
 
Distributed dbms
Distributed dbmsDistributed dbms
Distributed dbms
 
Sexual harresment on women
Sexual harresment on womenSexual harresment on women
Sexual harresment on women
 
Digital signal processing
Digital signal processingDigital signal processing
Digital signal processing
 
Mobile network layer (mobile comm.)
Mobile network layer (mobile comm.)Mobile network layer (mobile comm.)
Mobile network layer (mobile comm.)
 
Regular expression (compiler)
Regular expression (compiler)Regular expression (compiler)
Regular expression (compiler)
 
Temporal data mining
Temporal data miningTemporal data mining
Temporal data mining
 

Último

Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
MateoGardella
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
Chris Hunter
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 

Último (20)

Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 

Artificial intelligence

  • 1. ARTIFICIAL INTELLIGENCE Bharat P. Patil M.Sc. C.S. Part II 64 Neural Network Theory
  • 2. ` Neural Network • An artificial neural network (ANN), often just called a "neural network" (NN), is a mathematical model or computational model based on biological neural networks, in other words, is an emulation of biological neural system.
  • 3. ` Why Neural Network? • Neural networks are useful for data mining and decision-support applications. • People are good at generalizing from experience. • Computers excel at following explicit instructions over and over. • Neural networks bridge this gap by modeling, on a computer, the neural behavior of human brains.
  • 4. ` NEURONS AS FUNCTIONS • Neurons transforms an activation x(t) into a bounded output signal S(x(t)). • Usually a sigmoid function is used for this purpose. • A sigmoidal curve also describes the input-output behavior of many operational amplifier. • For instance, the logistic signal function, S (x) = 1/1+ e-cx is sigmoidal and strictly increases for positive scaling constant c > 0.
  • 5. ` • Strict monotonicity implies that the activation derivative of S is positive. S’ = dS/dx = cS(1 – S’) > 0
  • 6. ` • The threshold signal function illustrates a non- differentiable signal function. In general signal function are piece wise differentiable. • The family of logistics signal functions, indexed by c, approaches asymptotically the threshold function as c increases to positive infinity. • Then S transduces positive activation x to unity signals, negative activations to zero signals. • We can arbitrarily transduce zero activation to unity, zero, or the previous signal value.
  • 7. ` Signal Monotonicity • Signal functions are monotone non-decreasing S’ ≥ 0. • Increasing activation values can only increase the output signal or leave it unchanged. They can never decrease the signal. • One admissible possibility, often found in simulation discretization, is an increasing staircase signal function. • The staircase signal function is a piece wise differentiable monotone non-decreasing signal function.
  • 8. ` • Gaussian signal function represents an important exception to signal monotonicity. • Gaussian signal function take the form S(x) = for c > 0. • Then S’ = -2cx . • So the sign of signal activation derivative S’ is opposite the sign of activation X. • Generalized Gaussian signal function define potential or radial basis functions Si(x) = exp -
  • 9. ` • For input activation vector x = (x1,…….,xn) ϵ , Rn variance ,and mean vector • Each radial basis function defines a spherical respective field in Rn. • The ith neuron emits unity, or near- unity, signals for sample activations vectors x that fall in its respective field. • The radius of the Gaussian spherical receptive field shrinks as the variance decreases.
  • 10. ` Soma Biological Activations and Signals Axon Hillock
  • 11. ` Terminologies • Soma: A neuron is composed of nucleus and the cell body is termed as Soma. • Dendrite: This is attached to the Soma which are long irregular shaped elements. They behave a s an input channel that is all the input from the other neuron arrive through the dendrite. • Axon: Another type of link attached to the soma is the axon. Unlike the dendrite links the Axon are electrically active and serve as a output channel.
  • 12. ` The Axon mainly appears on the output cell which are non-linear threshold devices producing a voltage pulse called the Action Potential or the Spike. The neuron fires by propagating the Action Potential down the Axon to exhit or inhibit the other neurons. • Synapse: The Axon terminates in a specialized contact called synapse or synaptic junction that connects the Axon with the dendritic link of the other neuron. This junction is responsible for accelerating or retarding the electrical charges to the Soma.
  • 13. ` • Axon Hillock: Membrane potential differences or pulses accumulate at the membrane of the Axon Hillock, where the neuron connects to one of its axons or long branches. • Synaptic Junction: The large signal pulse propagates down the Axon and its branches, where axonal insulators restore and amplify the signal as it propagates until it arrives at a Synaptic junction.
  • 14. ` Neuron Fields • A field of neurons is a topological grouping. • Neural networks contain many fields of neurons. • Neurons within the field are topologically ordered, often by proximity. • Planar hexagonal packing of neurons provides a different topological ordering. • Three dimensional or volume proximity packing, often found in mammalian brains, provides another topological ordering.
  • 15. ` • We assume that neurons are not topologically ordered . They are related by synaptic connection between them. • Kohonen calls this lack of topological structure in a field of neurons the zeroth order topology. • Fx = default field of neurons. • Fy = second field of neuron. • Fz = third field of neuron.
  • 16. ` • We use minimal neural hierarchies {Fx, Fy} or {Fx, Fy, Fz}. Instead of more accurate, more cumbersome index hierarchy notation {F1…….Fk}. • We denote a three layer feed forward neural network as Fx  Fy  Fz. • Fx = Input fields. • Fz = Output fields.
  • 17. ` Neuronal Dynamic System • Neuronal Dynamic System is described by a system of first order differential or difference equation that governs the time evolution of neuronal activation or membrane potentials. • For fields Fx and Fy. x1 = g1 (Fx, Fy,…) . . xn = gn (Fx, Fy,…)
  • 18. ` y1 = h1 (Fx, Fy,…) . . yn = hn (Fx, Fy,…) In vector notation, x = g (Fx, Fy,…) y = h (Fx, Fy,…)
  • 19. ` • Where xi and yj denote the activation time function of the ith neuron in Fx and the jth neuron in Fy. The arguments of gi and hj functions also include synaptic and input information. • We do not include time as an independent variable. As a result, in dynamical system theory, neural-network models classify as autonomous dynamical system.
  • 20. `