Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The importance of subdimensions in SPA memories #17

Open
Seanny123 opened this issue Jun 14, 2018 · 0 comments
Open

The importance of subdimensions in SPA memories #17

Seanny123 opened this issue Jun 14, 2018 · 0 comments

Comments

@Seanny123
Copy link
Collaborator

As @xchoo explained it, integrators work by finding fixed points in the representation space. Neural noise means it's possible to escape these fixed points. This escape/drift is easier in higher dimensions. Consequently, if you want a non-drifty memory in high dimensions, you should use one ensemble per dimension:

    mem = spa.State(vocab, subdimensions=1,
        represent_identity=False, feedback=1, label="mem")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant