AUTHOR=Vieth Marius , Stöber Tristan M. , Triesch Jochen TITLE=PymoNNto: A Flexible Modular Toolbox for Designing Brain-Inspired Neural Networks JOURNAL=Frontiers in Neuroinformatics VOLUME=15 YEAR=2021 URL=https://www.frontiersin.org/journals/neuroinformatics/articles/10.3389/fninf.2021.715131 DOI=10.3389/fninf.2021.715131 ISSN=1662-5196 ABSTRACT=

The Python Modular Neural Network Toolbox (PymoNNto) provides a versatile and adaptable Python-based framework to develop and investigate brain-inspired neural networks. In contrast to other commonly used simulators such as Brian2 and NEST, PymoNNto imposes only minimal restrictions for implementation and execution. The basic structure of PymoNNto consists of one network class with several neuron- and synapse-groups. The behaviour of each group can be flexibly defined by exchangeable modules. The implementation of these modules is up to the user and only limited by Python itself. Behaviours can be implemented in Python, Numpy, Tensorflow, and other libraries to perform computations on CPUs and GPUs. PymoNNto comes with convenient high level behaviour modules, allowing differential equation-based implementations similar to Brian2, and an adaptable modular Graphical User Interface for real-time observation and modification of the simulated network and its parameters.