BrainPy
BrainPy copied to clipboard
Brain Dynamics Programming in Python
- [x] Check for duplicate issues. - [x] Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this: - [x] If applicable, include full...
- [x] Check for duplicate issues. - [x] Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this: - [x] If applicable, include full...
Hi, I hope to give a time-dependent input to a Hodgkin-Huxley model, but the tutorial does not provide a detailed guide on how to implement this. I found that `brainpy.DSRunner`...
Please: - [x] Check for duplicate requests. - [x] Describe your goal, and if possible provide a code snippet with a motivating example. Simply, we expect a simple way to...
Please: - [x] Check for duplicate requests. - [x] Describe your goal, and if possible provide a code snippet with a motivating example. Implicit solvers are import to the (morphological)...
Please: - [x] Check for duplicate requests.
Please: - [x] Check for duplicate requests. - [x] Describe your goal, and if possible provide a code snippet with a motivating example. Implementation of the online learning algorithms for...
Because of the deprecation of `from jax.experimental.host_callback import id_tap`, replace `jax.experimental.host_callback` with `jax.pure_callback`
import sys import matplotlib.pyplot as plt import numpy as np import brainpy as bp import brainpy.math as bm import os from scipy.sparse import coo_matrix, csr_matrix # brainpy version 2.5.0 class...
Update `CustomOpByNumba` to support JAX version >= 0.4.24 by implementing mlir register rules