脑模型
BrainModels提供了由模拟器实现的标准和规范的大脑模型(包括各种神经元,突触,网络和直观的纸张示例)。 此外,我们欢迎您的大脑模型实现,并通过我们的主页发布它们。 这样,一旦实现了新模型,便可以轻松地与其他BrainPy用户共享。
目前,我们提供以下模型:
神经元模型
突触模型
学习规则
/
/
安装
使用pip安装BrainModels :
> pip install brainmodels
安装BrainModels使用conda :
> conda install brainmodels -c brainpy
从源代码安装:
> pip install git+https://github.com/PKU-NIP-Lab/BrainModels
> # or
> git clone https://github.com/PKU-NIP-Lab/Br
1