braintools documentation

braintools documentation#

braintools implements the common toolboxes for brain dynamics programming (BDP).


Installation#

pip install -U braintools[cpu]
pip install -U braintools[cuda11] -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
pip install -U braintools[cuda12] -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
pip install -U braintools[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.