Neurodriver is a Python implementation of a Local Processing Unit (LPU) with support for various neuron and synapse models that can be used with the Neurokernel framework.
Neurodriver requires Neurokernel and its various installation dependencies.
First, install Neurokernel as indicated in its README file.
Next, download the latest Neurodriver as follows:
git clone https://github.com/neurokernel/neurodriver.git
Install the package as follows:
cd ~/neurodriver python setup.py develop
See the included AUTHORS file for more information.
This software is licensed under the BSD License. See the included LICENSE file for more information.