Skip to main content

Artificial Neural Networks architect

Project description

ANNarchy

DOI

ANNarchy (Artificial Neural Networks architect) is a parallel and hybrid simulator for distributed rate-coded or spiking neural networks. The core of the library is written in C++ and distributed using openMP or CUDA. It provides an interface in Python for the definition of the networks. It is released under the GNU GPL v2 or later.

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. doi:10.3389/fninf.2015.00019

Authors

Installation

Using pip, you can install the latest stable release:

pip install ANNarchy

See https://annarchy.github.io/Installation for further instructions.

Platforms

  • GNU/Linux
  • MacOS X
  • Windows (inside WSL2)

Dependencies

  • python >= 3.10 (with the development files, e.g. python-dev or python-devel)
  • g++ >= 7.4 or clang++ >= 3.4
  • make >= 3.0
  • setuptools >= 65.0
  • cython >= 3.0
  • numpy >= 1.21
  • sympy >= 1.11
  • scipy >= 1.9
  • matplotlib >= 3.0
  • tqdm >= 4.60

Recommended:

  • lxml (to save the networks in .xml format).
  • pandoc (for report()).
  • tensorflow (for the ann_to_snn_conversion extension)
  • tensorboardX (for the logging extension).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

annarchy-4.8.0.4.tar.gz (501.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page