2021-04-23 : PhDProgram course in computational neuroscience


Date
2021-04-23 412:00

Computational neuroscience is an expanding field that is proving to be essential in neurosciences. The aim of this short intensive course will be to provide a common background in computational neuroscience. The course, after a brief historical overview of the field, will focus on the description of a few selected modelling and theoretical approaches that are currently developed, including details about their limits and advantages, and that can be applied to different scales of analysis (from the single neuron to the whole brain). In addition, we will provide a theoretical and a practical session on artificial neuronal networks of spiking neurons.

  • Objectives: Understanding how computational modelling can be used to formulate and solve neuroscience problems at different spatial and temporal scales; learning the formal notions of information, encoding and decoding and experimenting their use on specific examples

  • Where: Marseille (France)

  • What: Session #3 : Realistic spiking neural networks

  1. Computational Neuroscience Tutorial
  1. Hands-on practice

Hands-on session: reproduction of the article by Mainen & Sejnowski, 1995

context

  • The goal of this first task is to create a “raster plot” that shows the reproducibility of a spike train with repetitions of the same stimulus, as in this work in the rodent retina or in the cat cortex (V1).

Here, we will attempt to replicate Figure 1 of Mainen & Sejnowski (1995):

Mainen Sejnowski 1995
figure 1

getting to know the tools: numpy and matplotlib

  • we are going to create vectors representing the dynamics of a value as a function of time
  • for that, we create a vector `time’ representing 1 second with a precision of dt=.5ms
  • in a first step, we will create a plot of a spike, a slot & a sinusoid

problem definition: leaky-integrate and fire neuron

  • we will simulate 1 neuron for 2 seconds with a precision of dt=1ms
  • for that, we use the equation of a leaky-IF
  • then we show its response to the stimuli created above

injection of a noise

  • As in figure 1 of Mainen & Sejnowski (1995), we add a noise to the current injection
  • this noise can be characterized by its amplitude and its characteristic time: what is the impact on the result?
  • what happens when we include an internal noise to the dynamics of the neuron?

Appendices

Laurent U Perrinet
Laurent U Perrinet
Researcher in Computational Neuroscience

My research interests include Machine Learning and computational neuroscience applied to Vision.