-
brainpy/brainpy:latest
-
When using `brainpy.connect.TwoEndConnector.require` to require multiple data structures instead of a single 'conn_mat', the real connection frequency is significantly lower than the assigned connecti…
-
I try the https://brainpy-examples.readthedocs.io/en/latest/neurons/JR_1995_jansen_rit_model.html
```
python jansen_rit_model_001.py
Traceback (most recent call last):
File "C:\PythonProjects…
-
Predict 2000 steps: : 0%| | 0/2000 [00:00
-
Hi brainpy!
I am hoping to incorporate non-uniform transmission delays into a LIF network (i.e. each synapse has a different delay), but I can't find a straightfoward way to implement this from the…
-
I'm not a mass spec person, but I've recently had to analyza a compound with formula that has multiple copper and sulphur atoms, and brainpy gives me pretty large deviations from the experimental spec…
-
Does BrainPy fully support half-precision floating point numbers? I have tried to changed some of my own BrainPy code from using `brainpy.math.float32` to `brainpy.math.float16` or `brainpy.math.bfloa…
-
Hello, I have a question about the function pre2post_event_sum. The documentation says
"The pre-to-post event-driven synaptic summation with CSR synapse structure.
When values is a scalar, this func…
-
- [x] Matrix Vector
- [x] event csr matvec [(brainpy/_src/math/event/_csr_matvec_taichi.py)](https://github.com/brainpy/BrainPy/blob/add-taichi-op/brainpy/_src/math/event/_csr_matvec_taichi.py)
…
-
I have written a biological neural network that contains several groups of neurons and synapses in Brainpy. However, during simulation, it seems that the code cannot fully utilize all CPU cores. The c…