I recently found a 2000 paper titled “On the Simulation of Large Populations of Neurons” by A. Omurtag, B. W. Knight, and L. Sirovich. This paper shows two difference approaches to solving large populations of neurons. One can simulate their behavior computationally or one might choose to describe their behavior with some clever math. Today I want to discuss the clever math.
Note: I just recently installed the MathJax WordPress plugin to display LaTex so until I get use to it some equations might show up a little weird.
I would like to start with a well known equation used in fluid dynamics, the continuity equation for an incompressible flow. The fundamental requirement of incompressible flow is that the density, , is constant within an infinitesimal volume,
, which moves with velocity,
. Thus:
Conservation of mass requires that the time derivative of equal the mass flux,
, across the boundary of the volume.
Applying the divergence theorem grants us the following expression:
Plugging the first equation for into the previous equation gives us:
Thus the integrands must be equal and we are left with the following result:
This result facilitates more interesting conclusions in fluid dynamics, an exercise I will leave to the reader.
The reason I bring this up is because in the paper I’m reading the authors take a similar approach in analyzing large populations of neurons. Assuming that the population of neurons within a network is constant one can also write a continuity equation in a similar fashion. Although is the case of neural networks the vector of parameters are flowing in phase space.
I find the connection here to be quite enlightening yet somewhat forced at the moment. I still need to work with this approach to discover what merit it has. Just thought I’d share, I highly recommend looking through the paper.