An open API service indexing awesome lists of open source software.

https://github.com/arvoelke/nengolib

Nengo library of additional extensions
https://github.com/arvoelke/nengolib

delay-systems dynamical-modeling dynamical-systems echo-state-networks kissing-points leech-lattice linear-systems liquid-state-machines nengo neural-engineering-framework pade-polynomials spiking-networks spiking-neural-networks

Last synced: 5 months ago
JSON representation

Nengo library of additional extensions

Awesome Lists containing this project

README

          

.. image:: https://arvoelke.github.io/nengolib-docs/_static/logo.png
:width: 64
:height: 64
:target: https://github.com/arvoelke/nengolib
:alt: Nengolib Logo

.. image:: https://travis-ci.org/arvoelke/nengolib.svg?branch=master
:target: https://travis-ci.org/arvoelke/nengolib
:alt: Build Status

.. image:: https://codecov.io/github/arvoelke/nengolib/coverage.svg?branch=master
:target: https://codecov.io/github/arvoelke/nengolib?branch=master
:alt: Code Coverage

import nengolib
===============

Additional extensions and tools for modelling dynamical systems in
`Nengo `__.

`Documentation `__
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This project's documentation is hosted on GitHub.IO:
https://arvoelke.github.io/nengolib-docs/.

Development
~~~~~~~~~~~

To install the development version of nengolib::

git clone https://github.com/arvoelke/nengolib
cd nengolib
python setup.py develop

Notebooks can be run manually in ``docs/notebooks`` by running::

pip install jupyter
jupyter notebook