Skip to content

An exercise in Python Class Inheritance using Izhikevich cells

Notifications You must be signed in to change notification settings

risecourse/super_izhikevich

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

super_izhikevich

A python exercise in class inheritance with Izhikevich cells

Exercise: Create more Izhikevich Cell Types

Referring to the equations for Izhikevich cells (see below), create new cell types for intrinsically bursting and chattering cells. additional cell type equations

Create each cell type as a child of the izhCell cell type (definition available in izhikevich_cells.py). Override any properties (or methods) as necessary.

About

An exercise in Python Class Inheritance using Izhikevich cells

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages