lecture 5 - ANNs Flashcards
Santiago Ramon y Cajal
found that the brain is not a single continuous network, but is made up of discrete units called neurons
structure of neurons
is related to their function in information processing: mapping inputs to outputs
neural network in the brain
- neurons don’t work in isolation, but are connected, forming a network
- the input of one neuron is the output of another
visual information in the brain
- information flows through different levels of networks
- in the visual system this creates a hierarchy
- lower levels are closer to the retina, higher levels are closer to movement-output or memory
- biological intelligence → artificial intelligence
- can we copy real intelligence architecture to make information-processing systems?
- neurons are various and too complicated to fully copy
- a good model is simple, but retains the basic characteristics of information processing
- this abstraction ignores the biological complexities but keeps the essence of how neurons map inputs to outputs
how signals arrive and are processed in neurons
- signals arrive in dendrites
- inputs can be excitatory (encourage firing) or inhibitory (suppress activity)
- this leads to EPSPs and IPSPs
- the neuron integrates all incoming EPSPs and IPSPs in the soma to decide whether to fire an action potential
excitatory post-synaptic potentials (EPSPs)
increase the likelihood that the neuron will fire an action potential
inhibitory post-synaptic potentials (IPSPs)
decrease the likelihood that the neuron will fire an action potential
dendritic mechanisms
- spatial summation
- temporal summation
- excitation vs inhibition
- attenuation
- integration at the soma
dendritic mechanism: spatial summation
- EPSPs combine across space
- meaning that multiple EPSPs from different synapses on the dendritic tree can combine as they travel toward the soma
dendritic mechanism: temporal summation
- EPSPs combine across time
- EPSPs from the same synapse can combine if they arrive in quick succession
dendritic mechanism: excitation vs inhibition
- EPSPs and IPSPs interact in the dendritic tree
- so, IPSPs can cancel EPSPs
dendtritic mechanism: attenuation
- potential changes attenuate as they travel from dendrites to soma
- potentials lose strength due to the physical properties of the dendrites (e.g., resistance).
- the farther the synapse is from the soma, the weaker its signal when it arrives.
dendritic mechanism: integration at the soma
- at soma, action potentials initiate
- the soma integrates all incoming signals (spatially and temporally summed EPSPs and IPSPs).
- if the combined signal reaches a threshold, the neuron generates an action potential, which travels down the axon to communicate with other neurons
What is the core computational principle that the neuron implements?
- input-output transform
- takes multiple incoming signals (inputs) from dendrites
- processes (sums) these signals in the soma
- produces an output (an action potential) that travels down the axon to other neurons
what do we trow away to model neurons
- dynamics
- temporal integration
- spatial complexity
similarity between a biological neuron and perceptron
both transform input to output
what does a perceptron do
- takes real valued inputs
- scales each input by a (synaptic) weight
- integrates the inputs by calculating the sum of the weighted inputs (results in a dot product)
- passes this through an activation function that compares activation (dot product) to a threshold θ
perceptron in one sentence
computes a weighted sum of inputs and compares it to a threshold to produce a binary output