Skip to content

distractedm1nd/izhikevich-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Izhikevich Model Simulation

Izhikevich model in Rust, created for educational purposes, based on the paper Simple Model of Spiking Neurons.

It combines the simplicity of the Hodgkin-Huxley model with the computational efficiency of the integrate-and-fire model.

Below is the output of the simulation of 1000 neurons with the parameters from the paper - 800 excitatory and 200 inhibitory neurons over 1000ms.

As in the paper, we see the cortical-like firing pattern synchronous activity in the alpha and gamma range.

Spikes

Usage

Default values

cargo run

Custom parameters

cargo run -- --excitatory 500 --inhibitory 100 --milliseconds 2000

About

Izhikevich neuronal morphologies in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages