braincore documentation

braincore documentation#

braincore implements the core system for general-purpose brain dynamics programming (BDP).


Installation#

pip install -U braincore[cpu]
pip install -U braincore[cuda11] -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
pip install -U braincore[cuda12] -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
pip install -U braincore[tpu] -f https://storage.googleapis.com/jax-releases/libtpu_releases.html

See also the BDP ecosystem#

  • brainpy: The solution for the general-purpose brain dynamics programming.

  • braincore: The core system for the next generation of BrainPy framework.

  • braintools: The tools for the brain dynamics simulation and analysis.

  • brainscale: The scalable online learning for biological spiking neural networks.