Path to this page:
./
wip/py-pynn,
Python package for neuronal network models
Branch: CURRENT,
Version: 0.9.2,
Package name: py312-pynn-0.9.2,
Maintainer: jihbed.researchIn other words, you can write the code for a model once, using the PyNN API
and the Python programming language, and then run it without modification on
any simulator that PyNN supports (currently NEURON, NEST, PCSIM and Brian).
The API has two parts, a low-level, procedural API (functions ``create()``,
``connect()``, ``set()``, ``record()``, ``record_v()``), and a high-level,
object-oriented API (classes ``Population`` and ``Projection``, which have
methods like ``set()``, ``record()``, ``setWeights()``, etc.).
The low-level API is good for small networks, and perhaps gives more flexibility
The high-level API is good for hiding the details and the book-keeping, allowing
you to concentrate on the overall structure of your model.
The other thing that is required to write a model once and run it on multiple
simulators is standard cell and synapse models. PyNN translates standard
cell-model names and parameter names into simulator-specific names, e.g.
standard model ``IF_curr_alpha`` is ``iaf_neuron`` in NEST and ``StandardIF``
in NEURON, while ``SpikeSourcePoisson`` is a ``poisson_generator`` in NEST
and a ``NetStim`` in NEURON.
Required to run:[
math/py-numpy] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: f62e628dcafda51f778ac2ca5e9eb2096759888d
Filesize: 349.734 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-19) Updated to version: py312-pynn-0.9.2
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2023-02-13) Updated to version: py310-pynn-0.9.2
- (2021-10-08) Updated to version: py39-pynn-0.9.2
CVS history: (Expand)
2014-06-01 14:49:35 by Thomas Klausner | Files touched by this commit (208) |
Log message:
Remove FETCH_USING.
It is a user-defined variable and should NOT be set in Makefiles.
|
2013-09-20 12:12:02 by Kamel Derouiche | Files touched by this commit (4) |
Log message:
Import py27-pynn-0.7.5 as wip/py-pynn.
In other words, you can write the code for a model once, using the PyNN API
and the Python programming language, and then run it without modification on
any simulator that PyNN supports (currently NEURON, NEST, PCSIM and Brian).
The API has two parts, a low-level, procedural API (functions ``create()``,
``connect()``, ``set()``, ``record()``, ``record_v()``), and a high-level,
object-oriented API (classes ``Population`` and ``Projection``, which have
methods like ``set()``, ``record()``, ``setWeights()``, etc.).
The low-level API is good for small networks, and perhaps gives more flexibility
The high-level API is good for hiding the details and the book-keeping, allowing
you to concentrate on the overall structure of your model.
The other thing that is required to write a model once and run it on multiple
simulators is standard cell and synapse models. PyNN translates standard
cell-model names and parameter names into simulator-specific names, e.g.
standard model ``IF_curr_alpha`` is ``iaf_neuron`` in NEST and ``StandardIF``
in NEURON, while ``SpikeSourcePoisson`` is a ``poisson_generator`` in NEST
and a ``NetStim`` in NEURON.
|