You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<imgalt="Header image of BrainPy - brain dynamics programming in Python."src="https://github.com/PKU-NIP-Lab/BrainPy/blob/master/images/logo.png"width=80%>
2
+
<imgalt="Header image of BrainPy - brain dynamics programming in Python."src="https://github.com/brainpy/BrainPy/blob/master/images/logo.png"width=80%>
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](https://github.com/google/jax), [Numba](https://github.com/numba/numba), and other JIT compilers). It provides an integrative ecosystem for brain dynamics programming, including brain dynamics **building**, **simulation**, **training**, **analysis**, etc.
21
21
22
22
-**Website (documentation and APIs)**: https://brainpy.readthedocs.io/en/latest
-**Source on OpenI**: https://git.openi.org.cn/OpenI/BrainPy
26
26
27
27
28
28
29
29
## Ecosystem
30
30
31
-
-**[BrainPy](https://github.com/PKU-NIP-Lab/BrainPy)**: The solution for the general-purpose brain dynamics programming.
32
-
-**[brainpylib](https://github.com/PKU-NIP-Lab/brainpylib)**: Efficient operators for the sparse and event-driven computation.
33
-
-**[BrainPyExamples](https://github.com/PKU-NIP-Lab/BrainPyExamples)**: Comprehensive examples of BrainPy computation.
31
+
-**[BrainPy](https://github.com/brainpy/BrainPy)**: The solution for the general-purpose brain dynamics programming.
32
+
-**[brainpylib](https://github.com/brainpy/brainpylib)**: Efficient operators for the sparse and event-driven computation.
33
+
-**[BrainPyExamples](https://github.com/brainpy/BrainPyExamples)**: Comprehensive examples of BrainPy computation.
34
34
-**[brainpy-largescale](https://github.com/NH-NCL/brainpy-largescale)**: One solution for the large-scale brain modeling.
35
35
36
36
@@ -47,12 +47,7 @@ For detailed installation instructions, please refer to the documentation: [Quic
47
47
48
48
49
49
50
-
## License
51
-
52
-
[Apache License, Version 2.0](https://github.com/PKU-NIP-Lab/BrainPy/blob/master/LICENSE)
53
-
54
-
55
50
56
51
## Citing
57
52
58
-
If you are using BrainPy, please consider citing [the corresponding papers](https://brainpy.readthedocs.io/en/latest/tutorial_FAQs/citing_and_publication.html).
53
+
If you are using ``brainpy``, please consider citing [the corresponding papers](https://brainpy.readthedocs.io/en/latest/tutorial_FAQs/citing_and_publication.html).
0 commit comments