Home - simonbe/nexa GitHub Wiki
Nexa is an experimental neural simulator for parallel simulation of large-scale neural network models at a high level of biological abstraction and for exploration of the simulation methods involved.
It includes among other things:
- Parallelization using the Message Passing Interface (MPI).
- Firing-rate models.
- Capabilities to build networks using machine learning inspired methods for e.g. self-organization of network architecture and for structural plasticity.
- Analysis running in parallel beside the simulation.
Installation
Download the latest version as a zip file or clone the repo:
$ git clone [email protected]:simonbe/nexa
For easy access on Windows, GitHub for Windows can be used.
Project files and Makefiles
Repo includes a Visual Studio 2010/2012 project file. To get MPI libraries and parallel debugging, Microsoft Compute Cluster Pack SDK or Microsoft HPC Pack are recomended. For other platforms (currently CRAY XE6 using the GNU compiler and BG/L and BG/P using the IBM compiler), Makefiles exist in the Resources/Makefiles directory.
Setting up a network
Step-by-step network setup and simulation
Modifying and adding models, e.g. for synaptic plasticity
License
Nexa is licensed under the GNU LGPL license.