Skip to content

AllenHW/nengo

 
 

Repository files navigation

Latest PyPI version

Number of PyPI downloads

Travis-CI build status

AppVeyor build status

Test coverage

Nengo: Large-scale brain modelling in Python

An illustration of the three principles of the NEF

Installation

Nengo depends on NumPy, and we recommend that you install NumPy before installing Nengo. If you're not sure how to do this, we recommend using Anaconda.

To install Nengo:

pip install nengo

If you have difficulty installing Nengo or NumPy, please read the more detailed Nengo installation instructions first.

If you'd like to install Nengo from source, please read the development installation instructions.

Nengo is tested to work on Python 2.7 and 3.4+.

Examples

Here are six of many examples showing how Nengo enables the creation and simulation of large-scale neural models in few lines of code.

  1. 100 LIF neurons representing a sine wave
  2. Computing the square across a neural connection
  3. Controlled oscillatory dynamics with a recurrent connection
  4. Learning a communication channel with the PES rule
  5. Simple question answering with the Semantic Pointer Architecture
  6. A summary of the principles underlying all of these examples

Documentation

Usage and API documentation can be found at https://pythonhosted.org/nengo/.

Development

Information for current or prospective developers can be found at https://pythonhosted.org/nengo/dev_guide.html.

About

A Python library for creating and simulating large-scale brain models

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%