Difference between revisions of "McCulloch-Pitts neuron"
From Maths
m (Alec moved page McCulloch–Pitts neuron to McCulloch-Pitts neuron without leaving a redirect: Found a non-equivalent UTF8 -) |
m (Typo) |
||
Line 5: | Line 5: | ||
<references/> | <references/> | ||
{{Neural networks navbox}} | {{Neural networks navbox}} | ||
− | {{CS Definition|Neural | + | {{CS Definition|Neural Network}}{{Statistics Definition|Neural Network}} |
Latest revision as of 13:33, 22 April 2016
Definition
|
Diagram of a McCulloch-Pitts neuron |
---|
- 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:R→R
- 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(n∑i=1(Iiwi)+θ)
References
- Jump up ↑ Neural Networks and Statistical Learning - Ke-Lin Du and M. N. S. Swamy
Template:Neural networks navbox