PyNN
- Part of the call requires all of the neural systems to
be implemented in PyNN
.
- PyNN is a Python package for simulator-independent specification
of neuronal network models.
- Roughly, you describe your neuron, or your full neural system
in PyNN.
- You then run it through a neural simulator like
Neuron or Nest, as the backend.
- It then generates the results.
- If you've got your own simulator, you can make a backend.
- There are some standard neural models that run on
several simulators.
- There is a backend for neuromorphic hardware.