Skip to content

LPU class with support for various neuron and synapse models

License

Notifications You must be signed in to change notification settings

neurokernel/neurodriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neurodriver

Package Description

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.

Prerequisites

Neurodriver requires Neurokernel and its various installation dependencies.

Installation

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

Authors & Acknowledgements

See the included AUTHORS file for more information.

License

This software is licensed under the BSD License. See the included LICENSE file for more information.