| Literature DB >> 23493501 |
Abstract
David Marr famously proposed three levels of analysis (implementational, algorithmic, and computational) for understanding information processing systems such as the brain. While two of these levels are commonly taught in neuroscience courses (the implementational level through neurophysiology and the computational level through systems/cognitive neuroscience), the algorithmic level is typically neglected. This leaves an explanatory gap in students' understanding of how, for example, the flow of sodium ions enables cognition. Neural networks bridge these two levels by demonstrating how collections of interacting neuron-like units can give rise to more overtly cognitive phenomena. The demonstrations in this paper are intended to facilitate instructors' introduction and exploration of how neurons "process information."Entities:
Keywords: algorithmic level; demonstration; neural network; physiology; teaching; undergraduate
Year: 2010 PMID: 23493501 PMCID: PMC3592714
Source DB: PubMed Journal: J Undergrad Neurosci Educ ISSN: 1544-2896
Figure 1Neural network which computes the “inclusive-or” function. Weights (W) refer to the synaptic strength connecting either the first of second input unit to the sole output unit.
Truth table for “inclusive-or” function. 0 = off/false, 1 = on/true.
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 1 |
Truth table for the “and” function. 0 = off/false, 1 = on/true.
| 0 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |
Figure 2Neural network which computes the “and” function. Weights (W) refer to the synaptic strength connecting either the first of second input unit to the sole output unit.
Truth table for “exclusive-or” function. 0 = off/false, 1 = on/true.
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 0 |
Figure 3Neural network which computes the “exclusive-or” function. Weights (W) refer to the synaptic strength connecting neurons. Lines with arrowheads denote excitatory connections (and have positive weight values), whereas lines with ball heads denote inhibitory connections (and have negative weight values).