Neuromorphic Computing Flashcards
(37 cards)
Computers are [serial/parallel] machines, while the brain is [serial/parallel].
Serial, parallel
Neurons communicate through [cells/synapses], which are [static/configurable] chemical junctions between neurons.
Synapses, configurable
The idea that neurons handle information via synapses is called the theory of…
Connectionism
A neuron is composed of three parts…
The dendrite, the cell body, and the axon
The dendrite in a neuron…
Receives the signals from a synapse
The cell body in a neuron..
Processes signals received via the dendrite
The axon in a neuron…
Sends signals across a synapse
The axon adjusts the intensity of its pulse based on…
The strength of the incoming pulse
The strength of a synaptic pulse represents…
How strongly connected the memory is
Neural networks are discrete algorithms that are able to learn how to relate…
Inputs to a required output
Common uses of neural networks are for the tasks of…
Regression and classification
Neural networks must undergo [retaining/degradation] of information, in order to…
Degradation, in order to simulate the brain’s fault tolerance
The term neuromorphic computing is an umbrella term for…
Brain-inspired techniques
The parallel operation property of neuromorphic computers refers to…
All neurons being allowed to operate simultaneously
The collocated processing and memory property of neuromorphic computers refers to…
Processing and memory being one and the same, meaning lower energy consumption than memory
The scalability property of neuromorphic computers refers to…
The fact that we can simply add more chips with more neurons to add processing power
The event-driven processing property of neuromorphic computers refers to…
Processing only occurring when a spike arrives, reducing CPU uptime
In neuromorphic computers, each neuron has an […] which can communicate with others or itself.
Axon
Instead of transmitting data via continuous signals like von Neumann architectures, neuromorphic architectures transmit data using…
Discrete signals
Information in a neuromorphic computer is encoded as… (pick one)
Spike rates, timing or neuron population distribution
A neuron’s charge is a value that accumulates over time from…
Input signals, or signals received from other neurons
When a neuron’s charge hits a threshold…
The neuron fires, and emits a signal across each of its connections
Synapses adjust their strength based on…
Activity patterns
The synapse connection is strengthened if the [pre/post]-synaptic neuron fires first, otherwise it is weakened.
Pre