BrainModels: Brain models implemented with BrainPy
Project description
BrainModels
BrainModels
provides standard and canonical brain models (including various neurons, synapses, networks, and intuitive paper examples) which are implemented with BrainPy simulator. Moreover, we welcome your brain model implementations, and publish them through our GitHub homepage. In such a way, once your new model is implemented, it can be easily shared with other BrainPy users.
Currently, we provide the following standard models:
Neuron Models | Synapse Models | Learning Rules |
---|---|---|
Leaky integrate-and-fire model | Alpha Synapse | STDP |
Exponential integrate-and-fire model | AMPA / NMDA | BCM rule |
Quadratic integrate-and-fire | GABAA / GABAB | Oja's rule |
Adaptive Exponential IF model | Exponential Decay Synapse | |
Adaptive Quadratic IF model | Difference of Two Exponentials | |
Generalized IF model | Short-term plasticity | |
Izhikevich model | Gap junction | |
Hodgkin-Huxley model | Voltage jump | |
Morris-Lecar model | ||
Hindmarsh-Rose model |
Installation
Install BrainModels
using pip
:
> pip install brainmodels
Install from source code:
> pip install git+https://github.com/PKU-NIP-Lab/BrainModels
BrainModels
is based on Python (>=3.6), and the following packages need to be installed to use BrainModels
:
- brain-py >= 1.1.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file brainmodels-0.4.1.tar.gz
.
File metadata
- Download URL: brainmodels-0.4.1.tar.gz
- Upload date:
- Size: 49.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.8.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cee35ec9fceb677fd684af165df20c82cac3b35384cd228fa329b9746896eb7f |
|
MD5 | ca1965407722f22ae2c5b919668cb055 |
|
BLAKE2b-256 | f6d55d65571ae65c1105d40f72123687b17d636d82d3d76ef24eb17a76e2c992 |