Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
1 month ago | |
---|---|---|
.github | 1 month ago | |
brainpy | 1 month ago | |
docs | 1 month ago | |
examples | 1 month ago | |
images | 1 year ago | |
tests | 2 months ago | |
.gitignore | 1 month ago | |
LICENSE | 5 months ago | |
README.md | 1 month ago | |
changelog.rst | 5 months ago | |
changes.md | 1 month ago | |
requirements-dev.txt | 1 month ago | |
requirements-doc.txt | 1 month ago | |
requirements.txt | 1 month ago | |
setup.py | 1 month ago |
BrainPy is a flexible, efficient, and extensible framework for computational neuroscience and brain-inspired computation based on the Just-In-Time (JIT) compilation (built on top of JAX, Numba, and other JIT compilers). It provides an integrative ecosystem for brain dynamics programming, including brain dynamics building, simulation, training, analysis, etc.
BrainPy is based on Python (>=3.7) and can be installed on Linux (Ubuntu 16.04 or later), macOS (10.12 or later), and Windows platforms. Install the latest version of BrainPy:
$ pip install brainpy -U
For detailed installation instructions, please refer to the documentation: Quickstart/Installation
If you are using brainpy
, please consider citing the corresponding papers.
Brain Dynamics Programming in Python
https://brainpy.readthedocs.io/
Python reStructuredText other