https://github.com/brainpy/examples
Examples of BrainPy
https://github.com/brainpy/examples
biological-simulations brain-simulations brainpy neural-modeling
Last synced: 5 months ago
JSON representation
Examples of BrainPy
- Host: GitHub
- URL: https://github.com/brainpy/examples
- Owner: brainpy
- License: gpl-3.0
- Created: 2021-10-25T14:15:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T03:50:12.000Z (over 2 years ago)
- Last Synced: 2025-09-09T19:23:16.187Z (10 months ago)
- Topics: biological-simulations, brain-simulations, brainpy, neural-modeling
- Language: Jupyter Notebook
- Homepage: https://brainpy.tech/examples/
- Size: 113 MB
- Stars: 33
- Watchers: 2
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Examples for [BrainPy](https://github.com/brainpy/BrainPy) computation
Examples needs ``brainpy>=2.3.0``.
### Recent activities
- 2023/10/06, [Discrete Hopfield Network](./attractors/discrete_hopfiled_network.ipynb)
- 2023/10/06, [Discrete Hopfield Network Demo for Image Reconstruction](./attractors/discrete_hopfield_demo_for_image_reconstruction.ipynb)
- 2023/04/08, large-scale simulation example for simulating [1 million neuron EI network using 1GB GPU memory](./large_scale_modeling/EI_net_with_1m_neurons.ipynb)
- 2023/01/29, implementing [liquid time-constant network](./brain_inspired_computing/liquid_time_constant_network.py)