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: [ilmath](I_1,\ldots,I_n)\in\mathbb{R}^n[/ilmath]
- Usually each [ilmath]I_i[/ilmath] is confined to [ilmath][0,1]\subset\mathbb{R} [/ilmath] or [ilmath][-1,1]\subset\mathbb{R} [/ilmath]
- A set of weights, one for each input: [ilmath](w_1,\ldots,w_n)\in\mathbb{R}^n[/ilmath]
- A bias: [ilmath]\theta\in\mathbb{R} [/ilmath]
- An activation function, [ilmath]\mathcal{A}:\mathbb{R}\rightarrow\mathbb{R} [/ilmath]
- It is more common to see [ilmath]\mathcal{A}:\mathbb{R}\rightarrow[-1,1]\subset\mathbb{R} [/ilmath] or sometimes [ilmath]\mathcal{A}:\mathbb{R}\rightarrow[0,1]\subset\mathbb{R} [/ilmath] than the entire of [ilmath]\mathbb{R} [/ilmath]
The output of the neuron is given by:
- [math]\text{Output}:=\mathcal{A}\left(\sum_{i=1}^n(I_iw_i)+\theta\right)[/math]
References
- ↑ Neural Networks and Statistical Learning - Ke-Lin Du and M. N. S. Swamy
Template:Neural networks navbox