Skip to content

spcebn/BrainPyHandbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrainPy Handbook

Chinese verison of README.md click here

English online version of BrainPy Handbook is available at https://pku-nip-lab.github.io/BrainPyHandbook/en/. Chinese online version is available at https://pku-nip-lab.github.io/BrainPyHandbook/zh. To download PDF version, see path ./pdf/book_<language>.pdf is this repository (https://github.com/PKU-NIP-Lab/BrainPyHandbook).


Handbook introduction

In this handbook, we will introduce a series of canonical computational neuroscience models, including neuron models, synapse models and network models. We also provide their realization of BrainPy ---- a Python platform for computational neuroscience and brain-inspired computing.

We hope that, other than listing the models' definitions and functions, this handbook can also provide an overview on the context and thoughts of the discipline of computational neuroscience. Through reading BrainPy Handbook, if our readers can establish a basic understanding of computational neuroscience modeling, know how to choose appropriate models in research and in application, or how to properly model biophysical phenomena, that is what we expected when editing this handbook.

The BrainPy realization is attached to each model in our handbook to help beginners to understand the models and to run their first simulation. For readers that are familiar with computational neuroscience, we also hope these codes can tell you the features and advantages of BrainPy.


Environment

Readers should be able to get our newest web version and PDF version on our website, and so not need to generate the handbook from .md files on their own.

We provide this environment requirements for running the codes attached in our handbook. We suggest students and researchers to see BrainPy's repository and documentation,BrainModels' repository and documentation, in which the codes are more effective. However, if you only need to run a simple simulation of our code, please install the requirements:

pip install -r requirements.txt

Attached coded are integrated in the path ./<language>/appendix/.


Catalog


Note

If you have suggestions about BrainPy Handbook, we welcome issues in our repository.