Mcculloch-Pitts Neural Model and Pattern Classification.
Mcculloch-Pitts Neural Model and Pattern Classification.
Mcculloch-Pitts Neural Model and Pattern Classification.
x1 X1 w
.
xm Xm
w
. Y y_out
xm+1 Xm+1
-v
xm+n Xm+n
-v
Features of the McCulloch -Pitts artificial neuron
• There are two kinds of inputs , excitatory and inhabitory.
• In fig. excitatory inputs are shown as a inputs X1...........Xm.
• Inhibitory inputs are connected Xm+1.................Xm+n.
• The excitatory inputs are connected to the output unit
through positively weighted links.
• Inhibitory inputs have negative weights on their connecting
paths to the output unit.
• All excitatory weights have teh same positive magnitude w
and all inhibitory weights have the same negative magnitude
-v.
Features of the McCulloch -Pitts artificial neuron
• a) Truth Table
X1 X2 x1 AND (NOTx2)
0 0 0
0 1 0
1 0 1
1 1 0
Implementation of logical AND-NOT with
McCulloch -pitts Neural Model
• b)
x1 X1
1
Y y_out
x2 X2
-1
1 ,if y_in≥1
y_out=f(y_in)={
0, otherwise
• a) Truth Table
X1 X2 x1 XOR x2
0 0 0
0 1 1
1 0 1
1 1 0
Implementation of logical XOR with McCulloch -pitts Neural Model
1
• X1 -1 Y1
1
Z
-1
X2 Y2 1
+1
1 ,if net_in≥1
f(net_in)={
0, otherwise