Kyle I S Harrington / kyle@eecs.tufts.edu
The nervous system is a net of neurons each having a soma and an axon
McCulloch, W.S. and Pitts, W., 1943. A logical calculus of the ideas immanent in nervous activity. The bulletin of mathematical biophysics, 5(4), pp.115-133.Their adjunctions, or synapses, are always between the axon of one neuron and the soma of another
McCulloch, W.S. and Pitts, W., 1943. A logical calculus of the ideas immanent in nervous activity. The bulletin of mathematical biophysics, 5(4), pp.115-133.At any instant a neuron has some threshold, which excitation must exceed to initiate an impulse
McCulloch, W.S. and Pitts, W., 1943. A logical calculus of the ideas immanent in nervous activity. The bulletin of mathematical biophysics, 5(4), pp.115-133.$y_k = \phi ( \displaystyle \sum_{j=1}^m w_{kj} x_j + x_0)$
$x_1 \textbf{ AND } x_2$
$x_1 \textbf{ OR } x_2$
$\textbf{NOT } x_1$
$x_1 \textbf{ XOR } x_2$
How do we set the weights?
The assumption, in brief, is that a growth process accompanying synaptic activity makes the synapse more readily traversed.
Hebb, Donald Olding. The organization of behavior: A neuropsychological theory. Psychology Press, 1949.When an axon in cell A is near enough to excite cell B and repeatedly and persistently takes part in firing it, some growth process or metabolic change takes place in one or both cells such that A’s efficiency in firing B is increased.
Hebb, Donald Olding. The organization of behavior: A neuropsychological theory. Psychology Press, 1949.Hebb's learning rule: fire together, wire together
$\Delta w_{kj} = \eta x_j y_k$
change weight $i$ proportinally to the product of the input and the output
$\Delta w_{kj} = \eta x_j y_k$
Problems?
How do we find weights that can produce a particular output?
$\Delta w_{kj} = \eta ( t_k - o_k ) i_k$
More linear threshold units
And more learning methods