SlideShare a Scribd company logo
McCulloch-Pitts Neuron
Dr. Pravat Kumar Rout
Department of EEE, ITER, SOA University
Theory
Warren S. McCulloch
The McCulloch-Pitts Neuron was the
earliest neural network discovered in
1943.
The weights associated with
communication links may be
excitatory (weights are positive) or
inhibitory (weights are negative)
A threshold activation function plays
a major role in the M-P neuron. If the
net input is greater than the sum of
the input signals, the neuron fires.
Mostly used in the logic functions.
The activation of M-P neuron is
always binary in nature.
It consists of a number of input units
connected to a single output unit.
Salient features of McCulloch-Pitts artificial neuron
Architecture
Q1. For the network shown in Figure 1, calculate the weights are net input to the output neuron.
Solution: The given neural net consists of three input neurons and one output neuron. The inputs
and weights are
[𝑥1, 𝑥2, 𝑥3] = [0.3,0.5,0.6]
𝑤1, 𝑤2, 𝑤3 = [0.2,0.1, −0.3]
The net input can be calculated as
𝑦𝑖𝑛 = 𝑥1𝑤1 + 𝑥2𝑤2 + 𝑥3𝑤3
= 0.3 × 0.2 + 0.5 × 0.1 + 0.6 × −0.3
= 0.06 + 0.05 − 0.18 = −0.07
Example-1
Q2. Calculate the net input for the network shown in Figure 2 with bias included in the network.
Solution: The given net consists of two input neurons a bias and an output neuron. The inputs are
x1, x2 = 0.2,0.6 and the weights are [w1, w2]=[0.3,0.7]. Since the bias is included b=0.45 and bias
input x0is equal to 1. The net input is calculated as
yin= b + x1w1 + x2w2
= 0.45 + 0.2 × 0.3 + 0.6 × 0.7
= 0.45 + 0.06 + 0.42 = 0.93
Therefore, yin = 0.93is the net input.
Example-2
Q3. Obtain the output of the neuron Y for the network shown in Figure 3 using activation function
as: (1)binary sigmoidal and (ii) bipolar sigmoidal.
Solution: The given network has three neurons with bias and output neuron. These form a single layer
network. The inputs ere given as x1, x2, x3 = 0.8,0.6,0.4 and the weights are [w1, w2, w3]=[0.1,0.3,-0.2]
with bias b=0.35 (its input is always 1). The net input to the output neuron is
𝑦𝑖𝑛 = 𝑏 + ෍
𝑖=1
𝑛
𝑥𝑖𝑤𝑖
[n=3, because only 3 input neurons are given]
= b + x1 w1 + x2w2 + x3w3
= 0.35 + 0.8 × 0.1 + 0.6 × 0.3 + 0.4 × −0.2
= 0.35 + 0.08 + 0.18 − 0.08 = 0.53
(i)For binary sigmoidal activation function,
𝑦 = 𝑓 𝑦𝑖𝑛 =
1
1+𝑒−𝑦𝑖𝑛
=
1
1+𝑒−0.53 = 0.625
(ii) For bipolar sigmoidal activation function,
𝑦 = 𝑓 𝑦𝑖𝑛 =
2
1+𝑒−𝑦𝑖𝑛
− 1 =
2
1+𝑒−0.53 − 1 = 0.259
Example-3
Example-4: M-P Neuron to implementation the
logical AND operation
Example-5: M-P Neuron to implementation
the logical OR operation
Example-6: M-P Neuron to implementation the
logical AND-NOT operation
Example-7: M-P Neuron to implementation
the logical XOR operation
Assignment
Write down a suitable MATLAB program for implementing logic functions using M-P
neuron?
Mc culloch pitts neuron

More Related Content

What's hot

fuzzy fuzzification and defuzzification
fuzzy fuzzification and defuzzificationfuzzy fuzzification and defuzzification
fuzzy fuzzification and defuzzification
Nourhan Selem Salm
 
Hebb network
Hebb networkHebb network
Adaline madaline
Adaline madalineAdaline madaline
Adaline madaline
Nagarajan
 
Fuzzy arithmetic
Fuzzy arithmeticFuzzy arithmetic
Fuzzy arithmetic
Mohit Chimankar
 
Feedforward neural network
Feedforward neural networkFeedforward neural network
Feedforward neural network
Sopheaktra YONG
 
04 Multi-layer Feedforward Networks
04 Multi-layer Feedforward Networks04 Multi-layer Feedforward Networks
04 Multi-layer Feedforward Networks
Tamer Ahmed Farrag, PhD
 
Kohonen self organizing maps
Kohonen self organizing mapsKohonen self organizing maps
Kohonen self organizing maps
raphaelkiminya
 
Associative memory network
Associative memory networkAssociative memory network
Associative memory network
Dr. C.V. Suresh Babu
 
Fuzzy Logic ppt
Fuzzy Logic pptFuzzy Logic ppt
Fuzzy Logic ppt
Ritu Bafna
 
Artificial Neural Networks Lect3: Neural Network Learning rules
Artificial Neural Networks Lect3: Neural Network Learning rulesArtificial Neural Networks Lect3: Neural Network Learning rules
Artificial Neural Networks Lect3: Neural Network Learning rules
Mohammed Bennamoun
 
Fuzzy logic Notes AI CSE 8th Sem
Fuzzy logic Notes AI CSE 8th SemFuzzy logic Notes AI CSE 8th Sem
Fuzzy logic Notes AI CSE 8th Sem
DigiGurukul
 
Whale optimizatio algorithm
Whale optimizatio algorithmWhale optimizatio algorithm
Whale optimizatio algorithm
Ahmed Fouad Ali
 
Knowledge Representation & Reasoning
Knowledge Representation & ReasoningKnowledge Representation & Reasoning
Knowledge Representation & ReasoningSajid Marwat
 
Mc Culloch Pitts Neuron
Mc Culloch Pitts NeuronMc Culloch Pitts Neuron
Mc Culloch Pitts Neuron
Shajun Nisha
 
Artifical Neural Network and its applications
Artifical Neural Network and its applicationsArtifical Neural Network and its applications
Artifical Neural Network and its applications
Sangeeta Tiwari
 
Opearion on Fuzzy sets with Example
Opearion on Fuzzy sets with ExampleOpearion on Fuzzy sets with Example
Opearion on Fuzzy sets with Example
Karthikeyan Sankar
 
02 Fundamental Concepts of ANN
02 Fundamental Concepts of ANN02 Fundamental Concepts of ANN
02 Fundamental Concepts of ANN
Tamer Ahmed Farrag, PhD
 
Logics for non monotonic reasoning-ai
Logics for non monotonic reasoning-aiLogics for non monotonic reasoning-ai
Logics for non monotonic reasoning-ai
ShaishavShah8
 
Introduction to artificial neural network
Introduction to artificial neural networkIntroduction to artificial neural network
Introduction to artificial neural network
Dr. C.V. Suresh Babu
 

What's hot (20)

fuzzy fuzzification and defuzzification
fuzzy fuzzification and defuzzificationfuzzy fuzzification and defuzzification
fuzzy fuzzification and defuzzification
 
Hebb network
Hebb networkHebb network
Hebb network
 
Adaline madaline
Adaline madalineAdaline madaline
Adaline madaline
 
Fuzzy arithmetic
Fuzzy arithmeticFuzzy arithmetic
Fuzzy arithmetic
 
Feedforward neural network
Feedforward neural networkFeedforward neural network
Feedforward neural network
 
04 Multi-layer Feedforward Networks
04 Multi-layer Feedforward Networks04 Multi-layer Feedforward Networks
04 Multi-layer Feedforward Networks
 
Kohonen self organizing maps
Kohonen self organizing mapsKohonen self organizing maps
Kohonen self organizing maps
 
Associative memory network
Associative memory networkAssociative memory network
Associative memory network
 
Fuzzy Logic ppt
Fuzzy Logic pptFuzzy Logic ppt
Fuzzy Logic ppt
 
Artificial Neural Networks Lect3: Neural Network Learning rules
Artificial Neural Networks Lect3: Neural Network Learning rulesArtificial Neural Networks Lect3: Neural Network Learning rules
Artificial Neural Networks Lect3: Neural Network Learning rules
 
HOPFIELD NETWORK
HOPFIELD NETWORKHOPFIELD NETWORK
HOPFIELD NETWORK
 
Fuzzy logic Notes AI CSE 8th Sem
Fuzzy logic Notes AI CSE 8th SemFuzzy logic Notes AI CSE 8th Sem
Fuzzy logic Notes AI CSE 8th Sem
 
Whale optimizatio algorithm
Whale optimizatio algorithmWhale optimizatio algorithm
Whale optimizatio algorithm
 
Knowledge Representation & Reasoning
Knowledge Representation & ReasoningKnowledge Representation & Reasoning
Knowledge Representation & Reasoning
 
Mc Culloch Pitts Neuron
Mc Culloch Pitts NeuronMc Culloch Pitts Neuron
Mc Culloch Pitts Neuron
 
Artifical Neural Network and its applications
Artifical Neural Network and its applicationsArtifical Neural Network and its applications
Artifical Neural Network and its applications
 
Opearion on Fuzzy sets with Example
Opearion on Fuzzy sets with ExampleOpearion on Fuzzy sets with Example
Opearion on Fuzzy sets with Example
 
02 Fundamental Concepts of ANN
02 Fundamental Concepts of ANN02 Fundamental Concepts of ANN
02 Fundamental Concepts of ANN
 
Logics for non monotonic reasoning-ai
Logics for non monotonic reasoning-aiLogics for non monotonic reasoning-ai
Logics for non monotonic reasoning-ai
 
Introduction to artificial neural network
Introduction to artificial neural networkIntroduction to artificial neural network
Introduction to artificial neural network
 

Similar to Mc culloch pitts neuron

Neurvvvvvvvvvvvvvvvvvvvval Networks.pptx
Neurvvvvvvvvvvvvvvvvvvvval Networks.pptxNeurvvvvvvvvvvvvvvvvvvvval Networks.pptx
Neurvvvvvvvvvvvvvvvvvvvval Networks.pptx
eman458700
 
SOFT COMPUTERING TECHNICS -Unit 1
SOFT COMPUTERING TECHNICS -Unit 1SOFT COMPUTERING TECHNICS -Unit 1
SOFT COMPUTERING TECHNICS -Unit 1sravanthi computers
 
10-Perceptron.pdf
10-Perceptron.pdf10-Perceptron.pdf
10-Perceptron.pdf
ESTIBALYZJIMENEZCAST
 
Max net
Max netMax net
ACUMENS ON NEURAL NET AKG 20 7 23.pptx
ACUMENS ON NEURAL NET AKG 20 7 23.pptxACUMENS ON NEURAL NET AKG 20 7 23.pptx
ACUMENS ON NEURAL NET AKG 20 7 23.pptx
gnans Kgnanshek
 
Artificial Neural Network
Artificial Neural Network Artificial Neural Network
Artificial Neural Network
Iman Ardekani
 
071bct537 lab4
071bct537 lab4071bct537 lab4
071bct537 lab4
shailesh kandel
 
Multilayer Backpropagation Neural Networks for Implementation of Logic Gates
Multilayer Backpropagation Neural Networks for Implementation of Logic GatesMultilayer Backpropagation Neural Networks for Implementation of Logic Gates
Multilayer Backpropagation Neural Networks for Implementation of Logic Gates
IJCSES Journal
 
Classification using perceptron.pptx
Classification using perceptron.pptxClassification using perceptron.pptx
Classification using perceptron.pptx
someyamohsen3
 
Soft Computering Technics - Unit2
Soft Computering Technics - Unit2Soft Computering Technics - Unit2
Soft Computering Technics - Unit2
sravanthi computers
 
Neural networks
Neural networksNeural networks
Neural networksSlideshare
 
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
Mohammed Bennamoun
 
Artificial Neural Networks (ANNs) focusing on the perceptron Algorithm.pptx
Artificial Neural Networks (ANNs) focusing on the perceptron Algorithm.pptxArtificial Neural Networks (ANNs) focusing on the perceptron Algorithm.pptx
Artificial Neural Networks (ANNs) focusing on the perceptron Algorithm.pptx
MDYasin34
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
ssuserab4f3e
 
19_Learning.ppt
19_Learning.ppt19_Learning.ppt
19_Learning.ppt
gnans Kgnanshek
 
تطبيق الشبكة العصبية الاصطناعية (( ANN في كشف اعطال منظومة نقل القدرة الكهربائية
تطبيق الشبكة العصبية الاصطناعية (( ANN في كشف اعطال منظومة نقل القدرة الكهربائيةتطبيق الشبكة العصبية الاصطناعية (( ANN في كشف اعطال منظومة نقل القدرة الكهربائية
تطبيق الشبكة العصبية الاصطناعية (( ANN في كشف اعطال منظومة نقل القدرة الكهربائية
ssuserfdec151
 
lecture07.ppt
lecture07.pptlecture07.ppt
lecture07.pptbutest
 
2-Perceptrons.pdf
2-Perceptrons.pdf2-Perceptrons.pdf
2-Perceptrons.pdf
DrSmithaVasP
 

Similar to Mc culloch pitts neuron (20)

Neurvvvvvvvvvvvvvvvvvvvval Networks.pptx
Neurvvvvvvvvvvvvvvvvvvvval Networks.pptxNeurvvvvvvvvvvvvvvvvvvvval Networks.pptx
Neurvvvvvvvvvvvvvvvvvvvval Networks.pptx
 
SOFT COMPUTERING TECHNICS -Unit 1
SOFT COMPUTERING TECHNICS -Unit 1SOFT COMPUTERING TECHNICS -Unit 1
SOFT COMPUTERING TECHNICS -Unit 1
 
10-Perceptron.pdf
10-Perceptron.pdf10-Perceptron.pdf
10-Perceptron.pdf
 
Max net
Max netMax net
Max net
 
ACUMENS ON NEURAL NET AKG 20 7 23.pptx
ACUMENS ON NEURAL NET AKG 20 7 23.pptxACUMENS ON NEURAL NET AKG 20 7 23.pptx
ACUMENS ON NEURAL NET AKG 20 7 23.pptx
 
Artificial Neural Network
Artificial Neural Network Artificial Neural Network
Artificial Neural Network
 
071bct537 lab4
071bct537 lab4071bct537 lab4
071bct537 lab4
 
DNN.pptx
DNN.pptxDNN.pptx
DNN.pptx
 
Multilayer Backpropagation Neural Networks for Implementation of Logic Gates
Multilayer Backpropagation Neural Networks for Implementation of Logic GatesMultilayer Backpropagation Neural Networks for Implementation of Logic Gates
Multilayer Backpropagation Neural Networks for Implementation of Logic Gates
 
Classification using perceptron.pptx
Classification using perceptron.pptxClassification using perceptron.pptx
Classification using perceptron.pptx
 
Soft Computering Technics - Unit2
Soft Computering Technics - Unit2Soft Computering Technics - Unit2
Soft Computering Technics - Unit2
 
6
66
6
 
Neural networks
Neural networksNeural networks
Neural networks
 
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
 
Artificial Neural Networks (ANNs) focusing on the perceptron Algorithm.pptx
Artificial Neural Networks (ANNs) focusing on the perceptron Algorithm.pptxArtificial Neural Networks (ANNs) focusing on the perceptron Algorithm.pptx
Artificial Neural Networks (ANNs) focusing on the perceptron Algorithm.pptx
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
 
19_Learning.ppt
19_Learning.ppt19_Learning.ppt
19_Learning.ppt
 
تطبيق الشبكة العصبية الاصطناعية (( ANN في كشف اعطال منظومة نقل القدرة الكهربائية
تطبيق الشبكة العصبية الاصطناعية (( ANN في كشف اعطال منظومة نقل القدرة الكهربائيةتطبيق الشبكة العصبية الاصطناعية (( ANN في كشف اعطال منظومة نقل القدرة الكهربائية
تطبيق الشبكة العصبية الاصطناعية (( ANN في كشف اعطال منظومة نقل القدرة الكهربائية
 
lecture07.ppt
lecture07.pptlecture07.ppt
lecture07.ppt
 
2-Perceptrons.pdf
2-Perceptrons.pdf2-Perceptrons.pdf
2-Perceptrons.pdf
 

More from Siksha 'O' Anusandhan (Deemed to be University )

Defining the Research Problem .pdf
Defining the Research Problem .pdfDefining the Research Problem .pdf
Defining the Research Problem .pdf
Siksha 'O' Anusandhan (Deemed to be University )
 
phd Thesis and Paper writing.pdf
phd Thesis and Paper writing.pdfphd Thesis and Paper writing.pdf
phd Thesis and Paper writing.pdf
Siksha 'O' Anusandhan (Deemed to be University )
 
Presentation.pdf
Presentation.pdfPresentation.pdf
An Introduction to Research Methodology.pdf
An Introduction to Research Methodology.pdfAn Introduction to Research Methodology.pdf
An Introduction to Research Methodology.pdf
Siksha 'O' Anusandhan (Deemed to be University )
 
Dr. P.K. Rout Final_my jouney.pdf
Dr. P.K. Rout Final_my jouney.pdfDr. P.K. Rout Final_my jouney.pdf
Dr. P.K. Rout Final_my jouney.pdf
Siksha 'O' Anusandhan (Deemed to be University )
 
VIRTUAL POWER PLANT (VPP).pdf
VIRTUAL POWER PLANT (VPP).pdfVIRTUAL POWER PLANT (VPP).pdf
Robust Active Power Filter Controller Design for Microgrid and Electric Vehic...
Robust Active Power Filter Controller Design for Microgrid and Electric Vehic...Robust Active Power Filter Controller Design for Microgrid and Electric Vehic...
Robust Active Power Filter Controller Design for Microgrid and Electric Vehic...
Siksha 'O' Anusandhan (Deemed to be University )
 
Robust Active Power Filter Controller Design for Microgrid and Electric Vehic...
Robust Active Power Filter Controller Design for Microgrid and Electric Vehic...Robust Active Power Filter Controller Design for Microgrid and Electric Vehic...
Robust Active Power Filter Controller Design for Microgrid and Electric Vehic...
Siksha 'O' Anusandhan (Deemed to be University )
 
Design and implementation of active power filter for harmonic elimination and...
Design and implementation of active power filter for harmonic elimination and...Design and implementation of active power filter for harmonic elimination and...
Design and implementation of active power filter for harmonic elimination and...
Siksha 'O' Anusandhan (Deemed to be University )
 
Topologies and Controls for Optimal Energy Bifurcation in AC, DC, and Hybrid ...
Topologies and Controls for Optimal Energy Bifurcation in AC, DC, and Hybrid ...Topologies and Controls for Optimal Energy Bifurcation in AC, DC, and Hybrid ...
Topologies and Controls for Optimal Energy Bifurcation in AC, DC, and Hybrid ...
Siksha 'O' Anusandhan (Deemed to be University )
 
Final talk trident-05-10-2021- dr p k rout-converted
Final talk trident-05-10-2021- dr p k rout-convertedFinal talk trident-05-10-2021- dr p k rout-converted
Final talk trident-05-10-2021- dr p k rout-converted
Siksha 'O' Anusandhan (Deemed to be University )
 
Role of teachers in technical education
Role of teachers in technical educationRole of teachers in technical education
Role of teachers in technical education
Siksha 'O' Anusandhan (Deemed to be University )
 
Technical presentation format for M.Tech, Ph.D. students
Technical presentation format for M.Tech, Ph.D. students Technical presentation format for M.Tech, Ph.D. students
Technical presentation format for M.Tech, Ph.D. students
Siksha 'O' Anusandhan (Deemed to be University )
 
Integrated protection and control strategies for microgrid
Integrated protection and control strategies for microgrid Integrated protection and control strategies for microgrid
Integrated protection and control strategies for microgrid
Siksha 'O' Anusandhan (Deemed to be University )
 
Integrated protection and control strategies for microgrid
Integrated protection and control strategies for microgridIntegrated protection and control strategies for microgrid
Integrated protection and control strategies for microgrid
Siksha 'O' Anusandhan (Deemed to be University )
 
Differential evolution optimization technique
Differential evolution optimization techniqueDifferential evolution optimization technique
Differential evolution optimization technique
Siksha 'O' Anusandhan (Deemed to be University )
 
Fuzzy relations and fuzzy compositional rules
Fuzzy relations  and fuzzy compositional rulesFuzzy relations  and fuzzy compositional rules
Fuzzy relations and fuzzy compositional rules
Siksha 'O' Anusandhan (Deemed to be University )
 
If then rule in fuzzy logic and fuzzy implications
If then rule  in fuzzy logic and fuzzy implicationsIf then rule  in fuzzy logic and fuzzy implications
If then rule in fuzzy logic and fuzzy implications
Siksha 'O' Anusandhan (Deemed to be University )
 
Linguistic hedges in fuzzy logic
Linguistic hedges in fuzzy logicLinguistic hedges in fuzzy logic
Linguistic hedges in fuzzy logic
Siksha 'O' Anusandhan (Deemed to be University )
 
Fuzzy inference systems
Fuzzy inference systemsFuzzy inference systems

More from Siksha 'O' Anusandhan (Deemed to be University ) (20)

Defining the Research Problem .pdf
Defining the Research Problem .pdfDefining the Research Problem .pdf
Defining the Research Problem .pdf
 
phd Thesis and Paper writing.pdf
phd Thesis and Paper writing.pdfphd Thesis and Paper writing.pdf
phd Thesis and Paper writing.pdf
 
Presentation.pdf
Presentation.pdfPresentation.pdf
Presentation.pdf
 
An Introduction to Research Methodology.pdf
An Introduction to Research Methodology.pdfAn Introduction to Research Methodology.pdf
An Introduction to Research Methodology.pdf
 
Dr. P.K. Rout Final_my jouney.pdf
Dr. P.K. Rout Final_my jouney.pdfDr. P.K. Rout Final_my jouney.pdf
Dr. P.K. Rout Final_my jouney.pdf
 
VIRTUAL POWER PLANT (VPP).pdf
VIRTUAL POWER PLANT (VPP).pdfVIRTUAL POWER PLANT (VPP).pdf
VIRTUAL POWER PLANT (VPP).pdf
 
Robust Active Power Filter Controller Design for Microgrid and Electric Vehic...
Robust Active Power Filter Controller Design for Microgrid and Electric Vehic...Robust Active Power Filter Controller Design for Microgrid and Electric Vehic...
Robust Active Power Filter Controller Design for Microgrid and Electric Vehic...
 
Robust Active Power Filter Controller Design for Microgrid and Electric Vehic...
Robust Active Power Filter Controller Design for Microgrid and Electric Vehic...Robust Active Power Filter Controller Design for Microgrid and Electric Vehic...
Robust Active Power Filter Controller Design for Microgrid and Electric Vehic...
 
Design and implementation of active power filter for harmonic elimination and...
Design and implementation of active power filter for harmonic elimination and...Design and implementation of active power filter for harmonic elimination and...
Design and implementation of active power filter for harmonic elimination and...
 
Topologies and Controls for Optimal Energy Bifurcation in AC, DC, and Hybrid ...
Topologies and Controls for Optimal Energy Bifurcation in AC, DC, and Hybrid ...Topologies and Controls for Optimal Energy Bifurcation in AC, DC, and Hybrid ...
Topologies and Controls for Optimal Energy Bifurcation in AC, DC, and Hybrid ...
 
Final talk trident-05-10-2021- dr p k rout-converted
Final talk trident-05-10-2021- dr p k rout-convertedFinal talk trident-05-10-2021- dr p k rout-converted
Final talk trident-05-10-2021- dr p k rout-converted
 
Role of teachers in technical education
Role of teachers in technical educationRole of teachers in technical education
Role of teachers in technical education
 
Technical presentation format for M.Tech, Ph.D. students
Technical presentation format for M.Tech, Ph.D. students Technical presentation format for M.Tech, Ph.D. students
Technical presentation format for M.Tech, Ph.D. students
 
Integrated protection and control strategies for microgrid
Integrated protection and control strategies for microgrid Integrated protection and control strategies for microgrid
Integrated protection and control strategies for microgrid
 
Integrated protection and control strategies for microgrid
Integrated protection and control strategies for microgridIntegrated protection and control strategies for microgrid
Integrated protection and control strategies for microgrid
 
Differential evolution optimization technique
Differential evolution optimization techniqueDifferential evolution optimization technique
Differential evolution optimization technique
 
Fuzzy relations and fuzzy compositional rules
Fuzzy relations  and fuzzy compositional rulesFuzzy relations  and fuzzy compositional rules
Fuzzy relations and fuzzy compositional rules
 
If then rule in fuzzy logic and fuzzy implications
If then rule  in fuzzy logic and fuzzy implicationsIf then rule  in fuzzy logic and fuzzy implications
If then rule in fuzzy logic and fuzzy implications
 
Linguistic hedges in fuzzy logic
Linguistic hedges in fuzzy logicLinguistic hedges in fuzzy logic
Linguistic hedges in fuzzy logic
 
Fuzzy inference systems
Fuzzy inference systemsFuzzy inference systems
Fuzzy inference systems
 

Recently uploaded

road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
Kamal Acharya
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
PrashantGoswami42
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Kamal Acharya
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 

Recently uploaded (20)

road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 

Mc culloch pitts neuron

  • 1. McCulloch-Pitts Neuron Dr. Pravat Kumar Rout Department of EEE, ITER, SOA University
  • 3.
  • 4. Warren S. McCulloch The McCulloch-Pitts Neuron was the earliest neural network discovered in 1943. The weights associated with communication links may be excitatory (weights are positive) or inhibitory (weights are negative) A threshold activation function plays a major role in the M-P neuron. If the net input is greater than the sum of the input signals, the neuron fires. Mostly used in the logic functions. The activation of M-P neuron is always binary in nature. It consists of a number of input units connected to a single output unit.
  • 5. Salient features of McCulloch-Pitts artificial neuron
  • 7.
  • 8. Q1. For the network shown in Figure 1, calculate the weights are net input to the output neuron. Solution: The given neural net consists of three input neurons and one output neuron. The inputs and weights are [𝑥1, 𝑥2, 𝑥3] = [0.3,0.5,0.6] 𝑤1, 𝑤2, 𝑤3 = [0.2,0.1, −0.3] The net input can be calculated as 𝑦𝑖𝑛 = 𝑥1𝑤1 + 𝑥2𝑤2 + 𝑥3𝑤3 = 0.3 × 0.2 + 0.5 × 0.1 + 0.6 × −0.3 = 0.06 + 0.05 − 0.18 = −0.07 Example-1
  • 9. Q2. Calculate the net input for the network shown in Figure 2 with bias included in the network. Solution: The given net consists of two input neurons a bias and an output neuron. The inputs are x1, x2 = 0.2,0.6 and the weights are [w1, w2]=[0.3,0.7]. Since the bias is included b=0.45 and bias input x0is equal to 1. The net input is calculated as yin= b + x1w1 + x2w2 = 0.45 + 0.2 × 0.3 + 0.6 × 0.7 = 0.45 + 0.06 + 0.42 = 0.93 Therefore, yin = 0.93is the net input. Example-2
  • 10. Q3. Obtain the output of the neuron Y for the network shown in Figure 3 using activation function as: (1)binary sigmoidal and (ii) bipolar sigmoidal. Solution: The given network has three neurons with bias and output neuron. These form a single layer network. The inputs ere given as x1, x2, x3 = 0.8,0.6,0.4 and the weights are [w1, w2, w3]=[0.1,0.3,-0.2] with bias b=0.35 (its input is always 1). The net input to the output neuron is 𝑦𝑖𝑛 = 𝑏 + ෍ 𝑖=1 𝑛 𝑥𝑖𝑤𝑖 [n=3, because only 3 input neurons are given] = b + x1 w1 + x2w2 + x3w3 = 0.35 + 0.8 × 0.1 + 0.6 × 0.3 + 0.4 × −0.2 = 0.35 + 0.08 + 0.18 − 0.08 = 0.53 (i)For binary sigmoidal activation function, 𝑦 = 𝑓 𝑦𝑖𝑛 = 1 1+𝑒−𝑦𝑖𝑛 = 1 1+𝑒−0.53 = 0.625 (ii) For bipolar sigmoidal activation function, 𝑦 = 𝑓 𝑦𝑖𝑛 = 2 1+𝑒−𝑦𝑖𝑛 − 1 = 2 1+𝑒−0.53 − 1 = 0.259 Example-3
  • 11. Example-4: M-P Neuron to implementation the logical AND operation
  • 12. Example-5: M-P Neuron to implementation the logical OR operation
  • 13. Example-6: M-P Neuron to implementation the logical AND-NOT operation
  • 14. Example-7: M-P Neuron to implementation the logical XOR operation
  • 15. Assignment Write down a suitable MATLAB program for implementing logic functions using M-P neuron?