McCulloch-Pitts neuron/Definition

From Maths
< McCulloch-Pitts neuron
Revision as of 13:28, 22 April 2016 by Alec (Talk | contribs) (Created page with "<div style="float:right;margin-left:0.1em;margin-right:0.05em;margin-top:0em;margin-bottom:0em;">{{:McCulloch-Pitts neuron/Block diagram}}</div>The ''McCulloch-Pitts neuron''...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Diagram of a McCulloch-Pitts neuron
The McCulloch-Pitts neuron has[1]:
  • Inputs: (I1,,In)Rn
    • Usually each Ii is confined to [0,1]R or [1,1]R
  • A set of weights, one for each input: (w1,,wn)Rn
  • A bias: θR
  • An activation function, A:RR
    • It is more common to see A:R[1,1]R or sometimes A:R[0,1]R than the entire of R

The output of the neuron is given by:

Output:=A(ni=1(Iiwi)+θ)
  1. Jump up Neural Networks and Statistical Learning - Ke-Lin Du and M. N. S. Swamy