Metadata-Version: 1.1
Name: nengo-spa
Version: 0.1.1
Summary: An implementation of the Semantic Pointer Architecture for Nengo
Home-page: UNKNOWN
Author: Applied Brain Research
Author-email: info@appliedbrainresearch.com
License: Free for non-commercial use
Description: .. image:: https://img.shields.io/travis/nengo/nengo_spa/master.svg
          :target: https://travis-ci.org/nengo/nengo_spa
          :alt: Travis-CI build status
        
        .. image:: https://ci.appveyor.com/api/projects/status/5blofvbh8305w75g?svg=true
          :target: https://ci.appveyor.com/project/nengo/nengo_spa
          :alt: AppVeyor build status
        
        .. image:: https://img.shields.io/codecov/c/github/nengo/nengo_spa/master.svg
          :target: https://codecov.io/gh/nengo/nengo_spa/branch/master
          :alt: 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+ <https://nengo.github.io/>`_, 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
        ***************
        
        .. Changelog entries should follow this format:
        
           version (release date)
           ======================
        
           **section**
        
           - One-line description of change (link to Github issue/PR)
        
        .. Changes should be organized in one of several sections:
        
           - Added
           - Changed
           - Deprecated
           - Removed
           - Fixed
        
        
        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.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: Free for non-commercial use
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
