week 8, neuronal dynamics Flashcards
what is a differential equation in terms of the solution
Differential equations are equations where the solution is not a single number, but instead the solution is a function of time f(t).
So it would be a bunch of numbers about how something changes in time
How to solve equations
- Analytical using a pen and paper
- Numerical using a computer. Thats what we do.
Usually when things are complex you only have the numerical, approximate solution. Comp neuro is almost always finding approximate solutions
what is the leaky integrate and fire model
you model the membrane potential and the summation of firing
Modelling membrane potential
Membrane potential:
Potential V is due to a difference in concentration of charged ions inside and outside the cell.
It can be increased by input currents from other neurons
Ohms law:
Voltage = Current (I) x Resistance (R)
Neuronal firing as summation:
Postsynaptic neuron receiving two presynaptic inputs (j)
Neuron firing is a summation
What is the integrate and fire model?
Two ingredients:
1. A differential equation describing evolution of the membrane potential
2. A mechanism to generate spikesW
what is added to the leaky integrate and fire model
- Charge slowly leaks through the membrane. This is known as leak resistance R.
how to compare neural models to empirical data
You could compare to firing rate
Or you could compare to inter-spike interval (1/firing-rate)
You can consider different spiking patterns as vectors in high dimensional space and compute the notion of distance between them. There are papers describing distance specifically between different spiking trains.