Skip to content

Latest commit

 

History

History
71 lines (57 loc) · 3.26 KB

File metadata and controls

71 lines (57 loc) · 3.26 KB

Python chapter guides

This directory contains Python programs that reproduce and extend the computational examples in An Introduction to Modeling Neuronal Dynamics. The guides below explain the concepts, equations, examples, and expected results behind each implemented chapter.

Repository numbering follows the historical code organization, so it is not always an exact mirror of the book's table of contents. Chapters 2 and 6 have no Python example directories.

Foundations and single-neuron models (Chapters 1-9)

Single-neuron dynamics (Chapters 10-19)

Communication (Chapters 20-22)

Entrainment, synchronization, and rhythms (Chapters 23-38)

Plasticity (Chapters 39-40)

How to use these guides

Start with each guide's overview and core ideas, then use the essential model to connect equations to their symbols. The code-example map identifies the programs that implement each result, while the interpretation section explains what to look for in the output. Finish with the run instructions to reproduce or adapt an example locally.