Skip to content

vitay/ANNarchy_future

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANNarchy

This is a mockup, do not use.

About ANNarchy

ANNarchy (Artificial Neural Networks architect) is a neural simulator designed for distributed rate-coded or spiking neural networks. The core of the library is written in C++ and distributed using openMP, CUDA and MPI. It provides an interface in Python for the definition of the networks. It is released under the MIT license.

Citation

If you use ANNarchy for your research, we would appreciate if you cite the following paper:

Vitay J, Dinkelbach HÜ and Hamker FH (2015). ANNarchy: a code generation approach to neural simulations on parallel hardware. Frontiers in Neuroinformatics 9:19. http://dx.doi.org/10.3389/fninf.2015.00019

Installation

To install the latest stable release of ANNarchy, pip is recommended:

pip install ANNarchy

To install the latest developement release of ANNarchy, install it from source:

git clone http://bitbucket.org/annarchy/annarchy.git
cd annarchy/
python setup.py install

About

Mockup for ANNarchy 5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published