What is an Action Potential?
The all-or-none firing of a neuron that leads to the release of neurotransmitters.
What is an Activation Function (as in neural networks)?
A function that takes in the weighted sum of the previous layer’s inputs and returns the activation level of the node.
An activation function takes the combined input from the last layer and decides how active the node should be.
What is the Activation Level (as in neural networks)?
The numerical value of a node in a neural network.
What is Aphasia?
The loss of language comprehension or expression due to brain damage.
What is an Artificial Neural Network?
A type of machine-learning models based loosely on the brain consisting of layers of nodes connected by modifiable weights that determine their activations.
(Layers + Links + Learning)
What are Association Neurons?
Neurons that receive their inputs and send outputs to other neurons.
What is the Autonomic Nervous System?
A portion of the peripheral nervous system that connects to most organs in the body and regulates certain unconscious bodily functions.
What is an Axon?
A projection of the neuronal cell body along which action potentials are propagated, terminating in the release of neurotransmitters.
What is Backpropagation?
A technique for gradually changing the weights of a neural network in order to reduce the error.
What is the Brainstem?
A stalk-like structure at the base of the brain that connects it to the spinal cord and regulates involuntary functions like heart rate and breathing.
What is Broca’s Aphasia?
A form of aphasia typically due to damage to the inferior frontal gyrus that leads to slow and labored speech production.
What is the Central Nervous System?
A portion of the nervous system consisting of the brain and spinal cord.
What is the Cerebral Cortex?
A folded, layered structure that is the largest single structure and the most superficial portion of the human brain.
What is the Cerebrum?
The largest portion of the human brain, sitting at the top of the brain and consisting of the cerebral cortex and related structures.
What is Cognitive Neuroscience?
A subfield of neuroscience that uses multiple tools to measure and analyze active brain processing in awake and (typically) healthy individual.
(CogProcTools) - see the brain at play, awake and healthy everyday
What is Contralateral?
A spatial relationship between brain and body observed in vertebrates in which one side of the brain controls or receives input from the opposite side of the body.
What is the Corpus Callosum?
A band of fibers that connect the right and left hemispheres of the cerebrum.
What are Dendrites?
Branch-like projections that protrude from the cell body of a neuron and contain receptor sites to which neurotransmitters can bind.
What is Distributed/Population Encoding?
A theory of neural representation in which complex patterns or objects are represented by the distribution of activation across many neurons.
Distributed representation means complex patterns or objects are recognized by many neurons working together, not just one.
What is Electroencephalography (EEG)?
A method that measures electrical activity due to neural or other processing at the surface of the scalp.
What is the Encephalization Quotient (EQ):
A measure of actual brain size relative to the size that would be predicted based on body size alone. It is strongly correlated with intelligence.
What is Error/Loss (as in neural networks)?
The difference between the observed output and the correct output of an ANN, used as a measure of its performance and minimized during training.
Error (or loss) is how far the network’s answer is from the correct answer — it shows performance and gets minimized during training.
What is Event-Related Potential (ERP)?
Rapid changes in electrical potential, as measured by EEG, due to the onset of a stimulus.
What does Excitatory mean?
When the firing of a neuron causes a receiving neuron to fire more frequently.