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
- Host: GitHub
- URL: https://github.com/arvoelke/nengolib
- Owner: arvoelke
- License: other
- Created: 2016-01-21T00:02:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T00:17:57.000Z (about 3 years ago)
- Last Synced: 2025-07-06T01:46:37.067Z (12 months ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 2.73 MB
- Stars: 29
- Watchers: 4
- Forks: 6
- Open Issues: 63
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.rst
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