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
Copy file name to clipboardExpand all lines: content/neuromorphic-computing/software/snn-frameworks/pynn-brainscales2/index.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,19 @@ supports_hardware: True
11
11
supports_NIR: False
12
12
language: Python
13
13
draft: false
14
+
maintainer: Electronic Visions Group
14
15
---
15
16
16
17
## Overview
17
18
18
19
**PyNN.brainscales2** is an implementation of the backend-agnostic PyNN API for BrainScaleS-2.
19
20
It supports arbitrary topologies, and complex plasticity rules.
21
+
22
+
Custom cell types are available allowing fine-grained access to the configuration of the available neuron circuits on hardware.
23
+
Additionally, cell types parameterized through model parameters use automated calibration to find suitable hardware configurations for desired behavior.
24
+
25
+
Due to the real-time nature of the emulation, experiment protocol definition and execution are separated, while dynamic reconfiguration of hardware entities during the experiment runtime is offered.
26
+
27
+
Usage of the embedded processors for implementing plasticity rules is integrated such that users can define plasticity rules acting on PyNN network entities and having access to the to be executed code for the processors.
28
+
29
+
Observables recorded from the hardware are made available using the standard data formats used in PyNN after execution on the hardware.
0 commit comments