Skip to content

This program creates a network of n LIF neurons coupled by electrical synapses.

Notifications You must be signed in to change notification settings

faezeamin/NC-Network-of-LIF-Neurons-Coupled-by-Electrical-Synapses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NC-Network-of-LIF-Neurons-Coupled-by-Electrical-Synapses

This program creates a network of n LIF neurons coupled by electrical synapses. It solves the following equation to pursue the dynamics of each neuron's sub-threshold membrane potential:

where v is the potential of post synaptic neuron, v_rest is the resting potential, I _ext is external input to the post-synaptic neuron which can be a representative of a sensory stimulus or an accumulative activity of population of surrounding neurons, and I_synps is the synaptic input from the neighbour neurons in the network. It is calculated using

where g is conductivity coefficient of the synapse.

In the output, you can find the membrane potential of all the neurons as well as the raster plot of their spiking activity.

About

This program creates a network of n LIF neurons coupled by electrical synapses.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages