L8 computational neusci Flashcards
Does all scientific activity revolves around the creation, testing, refinement and debate of scientific models?
Yes
What is Newtonian Mechanics?
Able to use a small number of very simple mathematical equations to describe the movement of planets with remarkable accuracy
What is parsimony?
Decide what is important and ignore the rest
What is explanatory?
Give good descriptions
What is predictive power and falsifiability
Allow precise predictions
Models of the brain have to strike the right balance between ______/______ and ______ of the explanations or predictions they make
simplicity; parsimony; accuracy
What do compartmental models do?
stimulate individual neurons as lots (sometimes thousands) of connected tubelets and each has its equivalent circuit
Purkinje cells: Number of compartments Number of ion channels Number of different voltage-dependent channels distributed across Number of synapses What does it do?
4550;8021; 10; 3500; reproduces electrical current injection and synaptic responses
Prof Markram‘s Blue Brain project tries to model parts of the neocortex by running vast _________ on massive super computers
compartmental models
What did the Blue Brain project ignore?
make the model parsimonious by leaving out as much irrelevant detail as possible
Why there is no method for trying to decide what details are relevant and which are not for Blue Brain project?
It is unclear what aspects of brain function the blue brain is suppose to model
Did Blue Brain yield great return?
No
Which of the following are spiking models/ non-spiking models (rate based)?:
Integrate and Fire
Linear threshold or linear-non linear neurons
linear neurons
the Izhikevich neurons
spiking model:
Integrate and Fire
the Izhikevich neurons
non-spiking models (rate based):
Linear threshold or linear-non linear neurons
linear neurons
It is useful to think of neurons as ______
in a first order approximation
How to compute neurons?
take all synaptic inputs (many of which may be zero most of the time) -> multiply each input by its ‘synaptic weight’ -> sum -> use a threshold criterion/ a linear/ sigmoidal function to decide how much output to send given the weighted sum of inputs
What is the major property of biological neurons?
firing action potentials in response to synaptic input
Essential features in simplified models of spiking neurons.
Action potential’s shape is same each time, so just treat the occurence of an AP as a binary 1
All EPSPs and IPSPs eventually get summed in the cell body, so no need to model dendrites
Integrate-and-fire model 3 properties.
Point neuron; resistance+capacitance; synaptic input
Which is simpler? Rate-based/ spiking neurons?
Rate-based
Rate-based neuron models’ inputs are ______ & ______ to calculate the ‘activation’
weighted; summed
Output in rate-based models could be _____/ _____/ ______/ ________
sigmoid; threshold; threshold linear function; linear function
Computing units used in artificial neural network can be regarded as models of _________
biological neurons
Activation function captures essence of a neuron’s spiking response using ____ & _____
Binary (0/1): neuron is silent/ firing - McCulloch-Pitts threshold logic unit
Analog: number represents neuron firing rate -piecewise linear/ sigmoid
McCullough-Pitts Neurons is also known as.
Binary Threshold Neurons
What is the simplest neuron model?
Binary threshold neuron
What do binary threshold neuron model receive?
Inputs form synapses that have positive/ negative weights (excitatory/ inhibitory synapses)
What is the activation of binary threshold neuron model?
Weighted sum of inputs
How does binary threshold neuron produce a binary output of 0/1?
Depends on whether the activation is greater than a given threshold
How is binary threshold neuron similar to biological neurons?
Summate synaptic currents in their dendrites and soma, and fire an action potential or not depending on whether there is depolarization
Binary threshold neurons are “_______”
Logic Gates
How to make it possible to make networks compute any function?
By setting synaptic weights on networks of binary threshold neurons appropriately