Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nengo/nengo
A Python library for creating and simulating large-scale brain models
https://github.com/nengo/nengo
nengo neural-networks neuroscience python
Last synced: 8 days ago
JSON representation
A Python library for creating and simulating large-scale brain models
- Host: GitHub
- URL: https://github.com/nengo/nengo
- Owner: nengo
- License: other
- Created: 2013-04-20T18:46:06.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T20:13:02.000Z (8 months ago)
- Last Synced: 2024-04-14T10:43:47.643Z (7 months ago)
- Topics: nengo, neural-networks, neuroscience, python
- Language: Python
- Homepage: https://www.nengo.ai/nengo
- Size: 110 MB
- Stars: 798
- Watchers: 75
- Forks: 174
- Open Issues: 132
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE.rst
- Citation: CITATION.rst
Awesome Lists containing this project
- awesome-neuroscience - Nengo - Library for creating and simulating large-scale brain models. (Programming / Python)
- awesome-neuroscience - Nengo - Library for creating and simulating large-scale brain models. (Programming / Python)
README
.. image:: https://img.shields.io/pypi/v/nengo.svg
:target: https://pypi.org/project/nengo
:alt: Latest PyPI version.. image:: https://img.shields.io/pypi/pyversions/nengo.svg
:target: https://pypi.org/project/nengo
:alt: Python versions********************************************
Nengo: Large-scale brain modelling in Python
********************************************.. image:: https://www.nengo.ai/design/_images/general-nef-summary.svg
:width: 100%
:target: https://doi.org/10.3389/fninf.2013.00048
:alt: An illustration of the three principles of the NEFNengo is a Python library for building and simulating
large-scale neural models.
Nengo can create sophisticated
spiking and non-spiking neural simulations
with sensible defaults in a few lines of code.
Yet, Nengo is highly extensible and flexible.
You can define your own neuron types and learning rules,
get input directly from hardware,
build and run deep neural networks,
drive robots, and even simulate your model
on a completely different neural simulator
or neuromorphic hardware.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 `developer installation instructions
`_.Nengo is tested to work on Python 3.6 and above.
Python 2.7 and Python 3.4 were supported up to and including Nengo 2.8.0.
Python 3.5 was supported up to and including Nengo 3.1.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
``_.To build the documentation yourself, run the following command::
python setup.py build_sphinx
This requires Pandoc to be installed,
as well as some additional Python packages.
For more details, `see the Developer Guide
`_.Development
===========Information for current or prospective developers can be found
at ``_.Getting Help
============Questions relating to Nengo, whether it's use or it's development, should be
asked on the Nengo forum at ``_.