Amygdala is a C++ spiking neural network library. It includes several neuron models, SMP support, and facilities for developing SNNs with genetic algorithms. An OpenGL-based Visualizer allows you to watch the simulation as it runs.
| Tags | Scientific/Engineering Artificial Intelligence |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Solaris Linux BSD FreeBSD |
| Implementation | C++ |
Recent releases


Changes: The Framework was largely rewritten. The Visualizer is now QT/OpenGL based. Support for Dynamic Synapses has been added.


Changes: Spike delays have been introduced. A plugin API has been added for user supplied neuron models. Neural networks designed for SMP can now be saved to a file. The memory footprint has been reduced.


Changes: A genetic algoritm to evolve neural networks, and SMP support.