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

Classifier solvers #149

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Classifier solvers #149

wants to merge 2 commits into from

Conversation

hunse
Copy link
Collaborator

@hunse hunse commented Dec 9, 2017

Requires: pyopencl_blas

Also needs more testing to ensure performance doesn't get worse as compared to running these solvers in Nengo.

LstsqClassifier doesn't use cho_solve, which is a bit disconcerting since I must have done this because of near-singular matrices. This shouldn't be so near-singular. Could be the same problem as I'm facing with the LstsqL2 solver in this repo.

This allows for custom building of solvers.

It also builds the activities matrix using the device if possible.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant