Skip to main content

An implementation of the Semantic Pointer Architecture for Nengo

Project description

Travis-CI build status AppVeyor build status Test coverage

Nengo SPA: Implementation of the Semantic Pointer Architecture for Nengo

Project status

  • All of the core functionality is implemented, but the API might still be subject to changes.

  • The documentation needs extensive updates.

  • The integration with the Nengo GUI is not implemented yet.

Installation

Nengo SPA depends on Nengo 2.4+, and we recommend that you install Nengo before installing Nengo SPA.

To install Nengo SPA:

pip install nengo_spa

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

Documentation

TODO

Getting Help

Questions relating to Nengo and Nengo SPA, whether it’s use or it’s development, should be asked on the Nengo forum at https://forum.nengo.ai.

Release History

0.3.1 (November 7, 2017)

Changed

  • Clearer error message as a SpaTypeError something is used as input/output in an action rule without being declared as such. (#82, #89)

Fixed

  • Allow leading comments in actions rules. (#81, #85)

  • Gave the basal ganglia a default label. (#84, #88)

  • Fixed warning produce by the create_inhibit_node function. (#90)

  • Prevent whitespace from being completely removed in action rules. (#92, #93)

  • Have the intercept_width argument of IA actually take effect. (#94, #97)

0.3.0 (October 16, 2017)

Added

  • Add add_output and add_neuron_output methods to IdentityEnsembleArray to provide the full API that is provided by the regular Nengo EnsembleArray. (#61, #28)

  • Add create_inhibit_node function to create nodes that inhibit complete Nengo networks. (#65, #26)

  • Add a solver argument to the action rule’s translate to use a solver instead of an outer product to obtain the transformation matrix which can give slightly better results. (#62, #57)

Changed

  • Actions rules do not require module to be assigned to the model any longer. They will access exactly the same variables as are available in the surrounding Python code. This means that existing action rules need to be changed to reference the correct names. (#63)

  • The action rule syntax changed significantly. (#54, #72)

  • Actions will be build automatically without an explicit call to build(). (#59, #45, #55)

  • Consolidated the functionality of Encode and Decode into Transcode. (#67, #58)

Fixed

  • Fix some operations changing the dimensionality of semantic pointers with an odd initial dimensionality. (#52, #53)

  • When building actions the basal ganglia and thalamus will only be created when actually required. (#60, #42)

  • The vocabulary translate mechanism will properly ignore missing keys in the target vocabulary when populate=False. (#62, #56)

  • Allow empty string as argument to Vocabulary.populate. (#73)

0.2 (June 22, 2017)

Added

  • Tutorial explaining what has changed in nengo_spa compared to the legacy SPA implementation. (#46)

  • Examples can be extracted with python -m nengo_spa extract-examples <destination>. (#49, #7)

Changed

  • Replaced input_keys and output_keys arguments of associative memories with a single mapping argument. (#29, #8)

  • Replaced ampa_config and gaba_config parameters of the BasalGanglia with ampa_synapse and gaba_synapse parameters. Removed the general_config parameter. (#30, #23)

Fixed

  • Improved a number of error messages. (#35, #32, #34)

  • Improved accuracy by fixing choice of evaluation point and intercept distributions. (#39)

  • Correctly apply transforms on first vector in vocabularies on on non-strict vocabularies. (#43)

0.1.1 (May 19, 2017)

Fixed

  • Updated the 0.1 changelog.

0.1 (May 19, 2017)

Initial release of Nengo SPA with core functionality, but excluding

  • updates and completion the documentation,

  • proper integration with Nengo GUI.

The API is still conisdered unstable in some parts of it are likely to change in the future.

Main features compared to the SPA implementation shipped with Nengo are:

  • neural representations have been optimized for higher accuracy,

  • support for arbitrarily complex action rules,

  • SPA networks can be used as normal Nengo networks,

  • and SPA networks can be nested.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nengo_spa-0.3.1.tar.gz (98.0 kB view details)

Uploaded Source

Built Distribution

nengo_spa-0.3.1-py2.py3-none-any.whl (120.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file nengo_spa-0.3.1.tar.gz.

File metadata

  • Download URL: nengo_spa-0.3.1.tar.gz
  • Upload date:
  • Size: 98.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for nengo_spa-0.3.1.tar.gz
Algorithm Hash digest
SHA256 0e3a5e7b188fe53c8106a9ac0f714309ca1899c253ad9fe1d6d626253da049ce
MD5 536c89dbe11e5c2f62d9b1e1c7c7a703
BLAKE2b-256 2813ef853c3d4636b76aa209aa1ca359703d6c96359f14869e3c512eb7e579c1

See more details on using hashes here.

File details

Details for the file nengo_spa-0.3.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for nengo_spa-0.3.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 66609be775046c1b9ffb3be7738ab6535128ce2fa597112854430c57b5ffef1e
MD5 6c7b76f8a886cc2b65e161a04958fede
BLAKE2b-256 a36bb42d5abd8deff378cc707f2611a4ab5f25c157bfeba27957456d3ac80701

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page