nengo-ocl icon indicating copy to clipboard operation
nengo-ocl copied to clipboard

Classifier solvers

Open hunse opened this issue 7 years ago • 0 comments

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.

hunse avatar Dec 09 '17 00:12 hunse